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

Revision history [back]

You must have an earth-referenced heading in order to use navsat_transform_node. For this, you will either need a magnetometer (and a driver that generates a ROS sensor_msgs/Imu message), or you can write a node that extracts the heading from the GPS data and throws it into an IMU message. You can also do the GPS differentiation yourself to generate the heading and IMU message.