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

Revision history [back]

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.