1 #ifndef VISIONINTERFACECOORD_H 2 #define VISIONINTERFACECOORD_H 6 #include <geometry_msgs/TransformStamped.h> 10 #include "../../support/header/conversions.h" 20 int getHoleTransform(Eigen::Matrix4d *wThole);
23 std::string topicRoot;
24 ros::Subscriber subHoleTransform;
26 geometry_msgs::Transform wThole_priv;
29 void subHoleTransformCallback(
const geometry_msgs::TransformStamped::ConstPtr& msg);
34 #endif // VISIONINTERFACECOORD_H The VisionInterfaceCoord class. It is the coordinator interface which take the hole estimated pose fr...