|
rapid
A ROS robotics library.
|
#include <action_client.h>
Public Member Functions | |
| ActionClient (const std::string &name, bool spin_thread=true) | |
| ResultConstPtr | getResult () |
| actionlib::SimpleClientGoalState | getState () |
| bool | isServerConnected () |
| void | sendGoal (const Goal &goal) |
| bool | waitForResult (const ros::Duration &timeout=ros::Duration(0, 0)) |
| bool | waitForServer (const ros::Duration &timeout=ros::Duration(0, 0)) |
Public Member Functions inherited from rapid_ros::ActionClientInterface< ActionSpec > | |
| virtual | ~ActionClientInterface () |
Definition at line 35 of file action_client.h.
| rapid_ros::ActionClient< ActionSpec >::ActionClient | ( | const std::string & | name, |
| bool | spin_thread = true |
||
| ) |
Definition at line 97 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 103 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 108 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 113 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 118 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 123 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 128 of file action_client.h.