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

Revision history [back]

The transform is published via a static transform broadcaster:

https://github.com/cra-ros-pkg/robot_localization/blob/2a03b084de1b709c9d068e28317d37c356e5ea77/include/robot_localization/navsat_transform.h#L352

https://github.com/cra-ros-pkg/robot_localization/blob/2a03b084de1b709c9d068e28317d37c356e5ea77/src/navsat_transform.cpp#L332

If you wan to confirm, do a rostopic echo /tf_static and look for the transform in question.

Are you sure you have the parameters set correctly to broadcast it? What version are you using?