#include <head_position_controller.h>
Public Member Functions | |
HeadPositionController () | |
bool | init (pr2_mechanism_model::RobotState *robot, ros::NodeHandle &n) |
void | starting () |
void | update () |
~HeadPositionController () | |
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) |
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 () |
Public Attributes | |
double | pan_out_ |
double | tilt_out_ |
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_ |
Private Member Functions | |
void | command (const sensor_msgs::JointStateConstPtr &command_msg) |
Definition at line 53 of file head_position_controller.h.
HeadPositionController::HeadPositionController | ( | ) |
Definition at line 46 of file head_position_controller.cpp.
HeadPositionController::~HeadPositionController | ( | ) |
Definition at line 50 of file head_position_controller.cpp.
|
private |
Definition at line 106 of file head_position_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 55 of file head_position_controller.cpp.
|
virtual |
Reimplemented from pr2_controller_interface::Controller.
Definition at line 89 of file head_position_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 97 of file head_position_controller.cpp.
|
private |
Definition at line 77 of file head_position_controller.h.
|
private |
Definition at line 78 of file head_position_controller.h.
|
private |
Definition at line 69 of file head_position_controller.h.
|
private |
Definition at line 70 of file head_position_controller.h.
double joint_qualification_controllers::HeadPositionController::pan_out_ |
Definition at line 65 of file head_position_controller.h.
|
private |
Definition at line 71 of file head_position_controller.h.
|
private |
Definition at line 72 of file head_position_controller.h.
|
private |
Definition at line 70 of file head_position_controller.h.
double joint_qualification_controllers::HeadPositionController::tilt_out_ |
Definition at line 65 of file head_position_controller.h.