#include <motor_joint_calibration_controller.h>
Public Member Functions | |
virtual bool | init (pr2_mechanism_model::RobotState *robot, ros::NodeHandle &n) |
MotorJointCalibrationController () | |
virtual void | update () |
virtual | ~MotorJointCalibrationController () |
Public Member Functions inherited from pr2_controller_interface::Controller | |
Controller () | |
bool | getController (const std::string &name, int sched, ControllerType *&c) |
bool | initRequest (ControllerProvider *cp, pr2_mechanism_model::RobotState *robot, ros::NodeHandle &n) |
bool | isRunning () |
void | starting (const ros::Time &time) |
virtual void | starting () |
bool | startRequest () |
void | stopping (const ros::Time &time) |
virtual void | stopping () |
bool | stopRequest () |
void | update (const ros::Time &time, const ros::Duration &period) |
void | updateRequest () |
virtual | ~Controller () |
Protected Attributes | |
pr2_mechanism_model::JointState * | joint_ |
ros::Time | last_publish_time_ |
ros::NodeHandle | node_ |
boost::scoped_ptr< realtime_tools::RealtimePublisher< std_msgs::Empty > > | pub_calibrated_ |
pr2_mechanism_model::RobotState * | robot_ |
Additional Inherited Members | |
Public Attributes inherited from pr2_controller_interface::Controller | |
std::vector< std::string > | after_list_ |
AFTER_ME | |
std::vector< std::string > | before_list_ |
BEFORE_ME | |
CONSTRUCTED | |
INITIALIZED | |
RUNNING | |
enum pr2_controller_interface::Controller:: { ... } | state_ |
Definition at line 51 of file motor_joint_calibration_controller.h.
MotorJointCalibrationController::MotorJointCalibrationController | ( | ) |
Definition at line 45 of file motor_joint_calibration_controller.cpp.
|
virtual |
Definition at line 50 of file motor_joint_calibration_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 54 of file motor_joint_calibration_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 85 of file motor_joint_calibration_controller.cpp.
|
protected |
Definition at line 70 of file motor_joint_calibration_controller.h.
|
protected |
Definition at line 68 of file motor_joint_calibration_controller.h.
|
protected |
Definition at line 66 of file motor_joint_calibration_controller.h.
|
protected |
Definition at line 67 of file motor_joint_calibration_controller.h.
|
protected |
Definition at line 65 of file motor_joint_calibration_controller.h.