ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I believe the compiler would be looking for an object with type geometry_msgs::Pose not geometry_msgs::Pose_ if you #include<geometry_msgs pose.h="">. Is there any particular reason why you are using the return type you are?

I believe the compiler would be looking for an object with type geometry_msgs::Pose not geometry_msgs::Pose_ if you #include<geometry_msgs pose.h="">. #include<geometry_msgs/Pose.h>. Is there any particular reason why you are using the return type you are?