Public Member Functions | Public Attributes | Private Member Functions
actionlib.action_client.ActionClient Class Reference

List of all members.

Public Member Functions

def __init__
 Constructs an ActionClient and opens connections to an ActionServer.
def cancel_all_goals
 Cancels all goals currently running on the action server.
def cancel_goals_at_and_before_time
 Cancels all goals prior to a given timestamp.
def send_goal
 Sends a goal to the action server.
def wait_for_action_server_to_start
 [Deprecated] Use wait_for_server
def wait_for_server
 Waits for the ActionServer to connect to this client.

Public Attributes

 ActionFeedback
 ActionGoal
 ActionResult
 ActionSpec
 feedback_sub
 last_status_msg
 manager
 ns
 pub_cancel
 pub_goal
 result_sub
 status_sub

Private Member Functions

def _feedback_cb
def _result_cb
def _status_cb

Detailed Description

Definition at line 494 of file action_client.py.


Constructor & Destructor Documentation

def actionlib.action_client.ActionClient.__init__ (   self,
  ns,
  ActionSpec 
)

Constructs an ActionClient and opens connections to an ActionServer.

Parameters:
nsThe namespace in which to access the action. For example, the "goal" topic should occur under ns/goal
ActionSpecThe *Action message type. The ActionClient will grab the other message types from this type.

Definition at line 502 of file action_client.py.


Member Function Documentation

def actionlib.action_client.ActionClient._feedback_cb (   self,
  msg 
) [private]

Definition at line 618 of file action_client.py.

def actionlib.action_client.ActionClient._result_cb (   self,
  msg 
) [private]

Definition at line 615 of file action_client.py.

def actionlib.action_client.ActionClient._status_cb (   self,
  msg 
) [private]

Definition at line 611 of file action_client.py.

Cancels all goals currently running on the action server.

Preempts all goals running on the action server at the point that the cancel message is serviced by the action server.

Definition at line 548 of file action_client.py.

Cancels all goals prior to a given timestamp.

This preempts all goals running on the action server for which the time stamp is earlier than the specified time stamp this message is serviced by the ActionServer.

Definition at line 559 of file action_client.py.

def actionlib.action_client.ActionClient.send_goal (   self,
  goal,
  transition_cb = None,
  feedback_cb = None 
)

Sends a goal to the action server.

Parameters:
goalAn instance of the *Goal message.
transition_cbCallback that gets called on every client state transition for the sent goal. It should take in a ClientGoalHandle as an argument.
feedback_cbCallback that gets called every time feedback is received for the sent goal. It takes two parameters: a ClientGoalHandle and an instance of the *Feedback message.
Returns:
ClientGoalHandle for the sent goal.

Definition at line 541 of file action_client.py.

def actionlib.action_client.ActionClient.wait_for_action_server_to_start (   self,
  timeout = rospy.Duration(0.0) 
)

[Deprecated] Use wait_for_server

Definition at line 565 of file action_client.py.

def actionlib.action_client.ActionClient.wait_for_server (   self,
  timeout = rospy.Duration(0.0) 
)

Waits for the ActionServer to connect to this client.

Often, it can take a second for the action server & client to negotiate a connection, thus, risking the first few goals to be dropped. This call lets the user wait until the network connection to the server is negotiated

Definition at line 573 of file action_client.py.


Member Data Documentation

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.

Definition at line 502 of file action_client.py.


The documentation for this class was generated from the following file:


actionlib
Author(s): Eitan Marder-Eppstein, Vijay Pradeep
autogenerated on Sun Oct 5 2014 22:02:55