Attention: Answers.ros.org is deprecated as of August the 11th, 2023. Please visit robotics.stackexchange.com to ask a new question. This site will remain online in read-only mode during the transition and into the foreseeable future. Selected questions and answers have been migrated, and redirects have been put in place to direct users to the corresponding questions on Robotics Stack Exchange. Additional details are available here.
Maybe continous means updated at a high frequency? Odometry is usually calculated by integrating wheel encoder data or input commands, which will drift away from the real position. GPS is a global localization and not really odometry.
"map" frame is your global localization, provided by a localizer or a SLAM algorithm. "odometry" will drift away from "map" as the odometry error grows over time. (In fact the transformation map->odometry represents the odometry correction caculated by whatever global localization you use) If your odometry is global already (due to GPS), "map" and "odom" will indeed stay aligned.
Yes.Yes. It will point forward from the robot, NOT north (as in ENU).
Maybe continous means updated at a high frequency? Odometry is usually calculated by integrating wheel encoder data or input commands, which will drift away from the real position. GPS is a global localization and not really odometry.
"map" frame is your global localization, provided by a localizer or a SLAM algorithm. "odometry" will drift away from "map" as the odometry error grows over time. (In fact the transformation map->odometry represents the odometry correction caculated by whatever global localization you use) If your odometry is global already (due to GPS), "map" and "odom" will indeed stay aligned.
Yes. It will point forward from the robot, NOT north (as in ENU).
Maybe continous means updated at See Felix' answer for a high frequency? good explanation on this. Odometry is usually calculated by integrating wheel encoder data or input commands, which will drift away from the real position. GPS is a global localization and not really odometry.
"map" frame is your global localization, provided by a localizer or a SLAM algorithm. "odometry" will drift away from "map" as the odometry error grows over time. (In fact the transformation map->odometry represents the odometry correction caculated by whatever global localization you use) If your odometry is global already (due to GPS), "map" and "odom" will indeed stay aligned.