Checkout Controller checks state of PR2 mechanism. More...
#include <checkout_controller.h>
Public Types | |
enum | { STARTING, LISTENING, ANALYZING, DONE } |
Public Member Functions | |
void | analysis (double time, bool timeout=false) |
Perform the test analysis. More... | |
CheckoutController () | |
bool | init (pr2_mechanism_model::RobotState *robot, ros::NodeHandle &n) |
Functional way to initialize. More... | |
bool | sendData () |
Sends data, returns true if sent. More... | |
void | starting () |
Called when controller is started or restarted. More... | |
void | update () |
Checks joint, actuator status for calibrated and enabled. More... | |
~CheckoutController () | |
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 () |
Private Member Functions | |
bool | done () |
Private Attributes | |
int | actuator_count_ |
bool | data_sent_ |
ros::Time | initial_time_ |
int | joint_count_ |
double | last_publish_time_ |
pr2_mechanism_model::RobotState * | robot_ |
joint_qualification_controllers::RobotData | robot_data_ |
boost::scoped_ptr< realtime_tools::RealtimePublisher< joint_qualification_controllers::RobotData > > | robot_data_pub_ |
int | state_ |
double | timeout_ |
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_ |
Checkout Controller checks state of PR2 mechanism.
Verifies that all robot joints are calibrated. Publishes state of actuators and joints.
Definition at line 73 of file checkout_controller.h.
anonymous enum |
Enumerator | |
---|---|
STARTING | |
LISTENING | |
ANALYZING | |
DONE |
Definition at line 77 of file checkout_controller.h.
CheckoutController::CheckoutController | ( | ) |
Definition at line 44 of file checkout_controller.cpp.
|
inline |
Definition at line 80 of file checkout_controller.h.
void CheckoutController::analysis | ( | double | time, |
bool | timeout = false |
||
) |
Perform the test analysis.
Definition at line 266 of file checkout_controller.cpp.
|
inlineprivate |
Definition at line 123 of file checkout_controller.h.
|
virtual |
Functional way to initialize.
*robot | The robot that is being controlled. |
&n | NodeHandle of mechanism control |
Implements pr2_controller_interface::Controller.
Definition at line 60 of file checkout_controller.cpp.
bool CheckoutController::sendData | ( | ) |
Sends data, returns true if sent.
Definition at line 231 of file checkout_controller.cpp.
|
virtual |
Called when controller is started or restarted.
Reimplemented from pr2_controller_interface::Controller.
Definition at line 131 of file checkout_controller.cpp.
|
virtual |
Checks joint, actuator status for calibrated and enabled.
Implements pr2_controller_interface::Controller.
Definition at line 138 of file checkout_controller.cpp.
|
private |
Definition at line 121 of file checkout_controller.h.
|
private |
Definition at line 125 of file checkout_controller.h.
|
private |
Start time of the test.
Definition at line 112 of file checkout_controller.h.
|
private |
Definition at line 120 of file checkout_controller.h.
|
private |
Definition at line 127 of file checkout_controller.h.
|
private |
Definition at line 111 of file checkout_controller.h.
|
private |
Definition at line 116 of file checkout_controller.h.
|
private |
Definition at line 131 of file checkout_controller.h.
|
private |
Definition at line 118 of file checkout_controller.h.
|
private |
Definition at line 114 of file checkout_controller.h.