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

is it okay to have odometry with no imu

asked 2021-08-18 20:53:06 -0500

bribri123 gravatar image

i am wondering if it is okay to make a ros navigational robot with no imu will it function similarly

edit retag flag offensive close merge delete

Comments

How do you plan to determine a global pose for the robot? Using only wheel encoders will quickly lead to a lot of error in the pose estimate.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-08-19 16:22:46 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-08-18 21:09:07 -0500

Kim_3957 gravatar image

HI bribri. By far of my knowledge, it would be ok to perform the navigation as long as if the robot you are handling with is lidar installed. If lidar is installed, then localization such as the ndt_matching package will have the ability to detect the current location of the robot (however, you need to publish your robot's state manually, check our ndt_pacakges). Imu, however, will be aiding in generating local maps in advance which might hamper the performance of the navigation. In conclusion, you probably wanna need IMU for accurate navigation control for the future. Good luck

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-08-18 20:53:06 -0500

Seen: 72 times

Last updated: Aug 18 '21