Public Member Functions |
| void | lookAt (std::string frame_id, double x, double y, double z, bool waitfor=false) |
| | Points the high-def camera frame at a point in a given frame.
|
| void | lookAtThreaded (std::string frame_id, double x, double y, double z) |
| | Points the high-def camera frame at a point in a given frame.
|
| void | lookAtThreaded (std::string frame_id, btVector3 target) |
| void | stopThread () |
Static Public Member Functions |
| static RobotHead * | getInstance () |
Public Attributes |
| volatile bool | stop |
Private Member Functions |
| | RobotHead () |
| | Action client initialization.
|
| void | spinner (std::string frame_id, double x, double y, double z, double rate) |
| | ~RobotHead () |
Private Attributes |
| PointHeadClient * | point_head_client_ |
| boost::thread * | t1 |
Static Private Attributes |
| static RobotHead * | instance_ = 0 |
Definition at line 46 of file Head.h.