is it okay to have odometry with no imu
i am wondering if it is okay to make a ros navigational robot with no imu will it function similarly
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
i am wondering if it is okay to make a ros navigational robot with no imu will it function similarly
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
Asked: 2021-08-18 20:53:06 -0600
Seen: 100 times
Last updated: Aug 18 '21
How to link odometry to a URDF model ?
rviz odometry is doubling angle?
Is there a good way to verify my odometry data is sensible?
How to use canonical_scan_matcher with Kinect
How to write node for collecting data from P3AT robot
What is the default behavior of the odometry display in Rviz?
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.