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

why map frame isn't continuous

asked 2015-11-04 07:38:05 -0500

huang0171 gravatar image

I try to understand the different coordinate frame in ROS. I see a explication of map frame like follow, "The coordinate frame called map is a world fixed frame, with its Z-axis pointing upwards. The pose of a mobile platform, relative to the map frame, should not significantly drift over time. The map frame is not continuous, meaning the pose of a mobile platform in the map frame can change in discrete jumps at any time. In a typical setup, a localization component constantly re-computes the robot pose in the map frame based on sensor observations, therefore eliminating drift, but causing discrete jumps when new sensor information arrives. The map frame is useful as a long-term global reference, but discrete jumps make it a poor reference frame for local sensing and acting." So my question is why the map frame is not continuous? Isn't all the coordinate frame continuous? thx

http://www.ros.org/reps/rep-0105.html

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-11-04 08:53:30 -0500

dornhege gravatar image

This means that the function of the robot pose in the map frame is not a continuous function. In other words it can jump. The reason for that is written in the paragraph you cited. This is in contrast to, for example, odometry, which is usually continuous.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-11-04 07:38:05 -0500

Seen: 239 times

Last updated: Nov 04 '15