ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
No, you have to use a transform listener to get the pose as a tf::Stamped<tf::pose>
message type. If your function parameter needs nav_msgs::Odometry
you use a standard ROS subscriber to get the pose as a <nav_msgs::odometry>
message type.