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

Revision history [back]

It depends on the frames in which your data is reported. If your odometry or IMU data is in a frame other than your world_frame or base_link_frame, then you will need to provide a transform using tf so that robot_localization knows how to transform the data. I would advise that you start robot_localization in its own launch file. How you organize your launch files for everything else is entirely up to you. robot_localization doesn't need any URDF models, unless you are using those models to provide the tf transforms for your sensors.