Wrapper class around Motoman-specific motion control commands. More...
#include <motion_ctrl.h>
Public Member Functions | |
bool | controllerReady () |
bool | init (SmplMsgConnection *connection, int robot_id) |
MotomanMotionCtrl () | |
Default constructor. | |
bool | setTrajMode (bool enable) |
bool | stopTrajectory () |
Static Public Member Functions | |
static std::string | getErrorString (const MotionReply &reply) |
Protected Member Functions | |
bool | sendAndReceive (MotionControlCmd command, MotionReply &reply) |
Protected Attributes | |
SmplMsgConnection * | connection_ |
int | robot_id_ |
Wrapper class around Motoman-specific motion control commands.
Definition at line 51 of file motion_ctrl.h.
Default constructor.
Definition at line 57 of file motion_ctrl.h.
Definition at line 58 of file motion_ctrl.cpp.
std::string motoman::motion_ctrl::MotomanMotionCtrl::getErrorString | ( | const MotionReply & | reply | ) | [static] |
Definition at line 135 of file motion_ctrl.cpp.
bool motoman::motion_ctrl::MotomanMotionCtrl::init | ( | SmplMsgConnection * | connection, |
int | robot_id | ||
) |
Definition at line 51 of file motion_ctrl.cpp.
bool motoman::motion_ctrl::MotomanMotionCtrl::sendAndReceive | ( | MotionControlCmd | command, |
MotionReply & | reply | ||
) | [protected] |
Definition at line 112 of file motion_ctrl.cpp.
bool motoman::motion_ctrl::MotomanMotionCtrl::setTrajMode | ( | bool | enable | ) |
Definition at line 73 of file motion_ctrl.cpp.
Definition at line 93 of file motion_ctrl.cpp.
Definition at line 69 of file motion_ctrl.h.
int motoman::motion_ctrl::MotomanMotionCtrl::robot_id_ [protected] |
Definition at line 70 of file motion_ctrl.h.