|
rapid
A ROS robotics library.
|
#include <action_client.h>
Public Member Functions | |
| MockActionClient () | |
| 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)) |
| Goal | last_goal () const |
| void | set_result (const Result &result) |
| void | set_result_delay (const ros::Duration &delay) |
| bool | set_server_connected (bool connected) |
| void | set_server_delay (const ros::Duration &delay) |
| void | set_state (const actionlib::SimpleClientGoalState &state) |
Public Member Functions inherited from rapid_ros::ActionClientInterface< ActionSpec > | |
| virtual | ~ActionClientInterface () |
Definition at line 57 of file action_client.h.
| rapid_ros::MockActionClient< ActionSpec >::MockActionClient | ( | ) |
Definition at line 134 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 144 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 149 of file action_client.h.
|
inlinevirtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 72 of file action_client.h.
|
inline |
Definition at line 79 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 154 of file action_client.h.
|
inline |
Definition at line 81 of file action_client.h.
|
inline |
Definition at line 83 of file action_client.h.
|
inline |
Definition at line 84 of file action_client.h.
|
inline |
Definition at line 88 of file action_client.h.
|
inline |
Definition at line 89 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 163 of file action_client.h.
|
virtual |
Implements rapid_ros::ActionClientInterface< ActionSpec >.
Definition at line 181 of file action_client.h.