Fixed Frame [map] does not exist

Dear all,

I am learning the course Basic Kinematics of Mobile Robots. In Chapter 3: Kinematics of Nonholonomic robots, I got the error “Fixed Frame [map] does not exist” when using RVIZ. The source code and error video are attached. [source_code, video] Please provide help if you may fix it. Thank you very much!

Bests,
Alan

When you launch rviz it starts with a default value of the Fixed Frame of map.

The map frame is provided by the navigation system, which you are not using it for that course.

Hence, you need to change the Fixed Frame to one frame that already exists in the robot, for instance, the odom frame.

Click on the Fixed Frame option at the top of the list of displays and then change the map value on the right by odom.

1 Like

Nice, thank you very much.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.