#include <cartesian_wrench_controller.h>
Public Member Functions | |
CartesianWrenchController () | |
bool | init (pr2_mechanism_model::RobotState *robot, ros::NodeHandle &n) |
void | starting () |
void | update () |
~CartesianWrenchController () | |
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 | |
KDL::Wrench | wrench_desi_ |
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 geometry_msgs::WrenchConstPtr &wrench_msg) |
Definition at line 73 of file cartesian_wrench_controller.h.
controller::CartesianWrenchController::CartesianWrenchController | ( | ) |
Definition at line 45 of file cartesian_wrench_controller.cpp.
controller::CartesianWrenchController::~CartesianWrenchController | ( | ) |
Definition at line 52 of file cartesian_wrench_controller.cpp.
|
private |
Definition at line 139 of file cartesian_wrench_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 58 of file cartesian_wrench_controller.cpp.
|
virtual |
Reimplemented from pr2_controller_interface::Controller.
Definition at line 105 of file cartesian_wrench_controller.cpp.
|
virtual |
Implements pr2_controller_interface::Controller.
Definition at line 113 of file cartesian_wrench_controller.cpp.
|
private |
Definition at line 92 of file cartesian_wrench_controller.h.
|
private |
Definition at line 97 of file cartesian_wrench_controller.h.
|
private |
Definition at line 96 of file cartesian_wrench_controller.h.
|
private |
Definition at line 96 of file cartesian_wrench_controller.h.
|
private |
Definition at line 95 of file cartesian_wrench_controller.h.
|
private |
Definition at line 94 of file cartesian_wrench_controller.h.
|
private |
Definition at line 88 of file cartesian_wrench_controller.h.
|
private |
Definition at line 91 of file cartesian_wrench_controller.h.
|
private |
Definition at line 89 of file cartesian_wrench_controller.h.
KDL::Wrench controller::CartesianWrenchController::wrench_desi_ |
Definition at line 85 of file cartesian_wrench_controller.h.