Wrapper class around FS100-specific motion control commands. More...
#include <fs100_motion_ctrl.h>
Public Member Functions | |
bool | controllerReady () |
FS100_MotionCtrl () | |
Default constructor. | |
bool | init (SmplMsgConnection *connection, int robot_id) |
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 FS100-specific motion control commands.
Definition at line 51 of file fs100_motion_ctrl.h.
Default constructor.
Definition at line 59 of file fs100_motion_ctrl.h.
Definition at line 56 of file fs100_motion_ctrl.cpp.
std::string motoman::fs100_motion_ctrl::FS100_MotionCtrl::getErrorString | ( | const MotionReply & | reply | ) | [static] |
Definition at line 133 of file fs100_motion_ctrl.cpp.
bool motoman::fs100_motion_ctrl::FS100_MotionCtrl::init | ( | SmplMsgConnection * | connection, |
int | robot_id | ||
) |
Definition at line 49 of file fs100_motion_ctrl.cpp.
bool motoman::fs100_motion_ctrl::FS100_MotionCtrl::sendAndReceive | ( | MotionControlCmd | command, |
MotionReply & | reply | ||
) | [protected] |
Definition at line 110 of file fs100_motion_ctrl.cpp.
bool motoman::fs100_motion_ctrl::FS100_MotionCtrl::setTrajMode | ( | bool | enable | ) |
Definition at line 71 of file fs100_motion_ctrl.cpp.
Definition at line 91 of file fs100_motion_ctrl.cpp.
Definition at line 71 of file fs100_motion_ctrl.h.
int motoman::fs100_motion_ctrl::FS100_MotionCtrl::robot_id_ [protected] |
Definition at line 72 of file fs100_motion_ctrl.h.