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

Can I use a LIDAR in combination with a GPS?

asked 2016-02-25 21:13:10 -0500

megisblind gravatar image

I am creating a robot and I need a navigation system. I am using a Raspberry Pi in combination with a Adafruit DC & Stepper Motor HAT, and a Rhoeby Dynamics R2D LiDAR. My main difficulty is my robot is spherical and I can't have a constant LiDAR scan running. Is it possible to create a map with the LiDAR using hector maps, and then use a GPS to navigate through the previously created maps. Another question I have is, if it is possible to navigate through previously created map using GPS, would it be able to locate and avoid dynamic obstacles such as furniture, people, or just any kind of randomly placed objects. Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-02-25 21:25:55 -0500

ahendrix gravatar image

If you can't sense your obstacles, you can't avoid them.

GPS is only accurate to a few meters outdoors, and GPS reception indoors is usually poor, so it isn't useful for indoor navigation at all.

You might want to look into using an IMU to sense the orientation of your lidar, and use that in conjunction with a mapping package like hector_slam which can handle a moving LIDAR on an IMU.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2016-02-25 21:13:10 -0500

Seen: 480 times

Last updated: Feb 25 '16