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

I had a similar problem and solved it by switching the input of navsat transform from 'ekf_odom' (local below) to 'ekf_map' (global below). I found the solution by noticing my nodes were not connected the same way as the illustration here and by carefully going through the example launch files in the repo (suggested here: https://answers.ros.org/question/200212/how-to-use-robot_localization/).

Integrating GPS Image from robot_localization docs

I had a similar problem and solved it by switching the input of navsat transform from 'ekf_odom' (local below) to 'ekf_map' (global below). I found the solution by noticing my nodes were not connected the same way as the illustration here in the docs and by carefully going through the example launch files in the repo (suggested here: https://answers.ros.org/question/200212/how-to-use-robot_localization/).

Integrating GPS Image from robot_localization docs