1 #ifndef _RAPID_MANIPULATION_HEAD_H_
2 #define _RAPID_MANIPULATION_HEAD_H_
4 #include "geometry_msgs/PointStamped.h"
5 #include "gmock/gmock.h"
6 #include "pr2_controllers_msgs/PointHeadAction.h"
11 namespace manipulation {
15 virtual bool LookAt(
const geometry_msgs::PointStamped& target) = 0;
25 bool LookAt(
const geometry_msgs::PointStamped& point);
38 #endif // _RAPID_MANIPULATION_HEAD_H_
virtual bool LookAt(const geometry_msgs::PointStamped &target)=0
MOCK_METHOD1(LookAt, bool(const geometry_msgs::PointStamped &target))
bool LookAt(const geometry_msgs::PointStamped &point)
Head(rapid_ros::ActionClientInterface< pr2_controllers_msgs::PointHeadAction > *client)