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

Is odometry required for navigation?

asked 2019-02-07 06:55:23 -0500

Hypomania gravatar image

Hi,

I am trying to recreate a much more basic navigation stack.

I know navigation stack uses odometry (I am guessing for dead-reckoning and planning due to varying velocities). But let's assume I have a way of localising myself within the map with a GPS signal (2cm accuracy). Let's also assume that the vehicle is moving at a constant velocity. Would I still need odometry and /odom transforms for something like navigation stack to work? If so, why?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-02-07 18:05:25 -0500

That would be "odometry" in the sense you need it. Odometry just refers to some high rate knowledge of your current state from your starting position (usually). This can include wheel encodes, IMUs, visual maps, etc but none of them are strictly required.

The information you would be getting falls into the category of odometry, so you should be good to go!

edit flag offensive delete link more

Comments

Thank you, I am surprised this is not explicitly mentioned anywhere!

Hypomania gravatar image Hypomania  ( 2019-02-08 02:56:03 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-02-07 06:55:23 -0500

Seen: 220 times

Last updated: Feb 07 '19