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

Localization using IMU and LiDAR only

asked 2021-10-18 09:24:08 -0500

ashwin gravatar image

I am quite new to particle filters and other localization algorithms. For my project I am using an IMU and 2D LiDAR on a robot for indoor navigation. Is it possible to develop a new (or adapt existing ROS packages) to localize the robot using solely an IMU and LiDAR assuming,

  1. I have a map of the environment

  2. I do not have a map of the environment?

Setup - ROS Noetic + Ubuntu 20.04

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-10-18 18:25:33 -0500

miura gravatar image

If we can create tf odom (information about how far the robot has moved from where it is now) from IMU, we can use amcl to match it with a map and localize it.

I don't know of any existing packages, but if you have the velocity and angular velocity, you should be able to calculate the robot's movement information, but IMU is prone to noise, so you may need to devise a way to get better accuracy.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-10-18 09:24:08 -0500

Seen: 169 times

Last updated: Oct 18 '21