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

Because transformPose requires a PoseStamped message, one way is to create a PoseStamped message (not need to publish it). Then, fill the PoseStamped message with the information from your Odom message, and use it for transformPose function.