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

Is it possible to do outdoor navigation using only GPS & IMU, without any map? If yes then please suggest how?

asked 2020-02-25 10:57:23 -0500

ShyamGanatra gravatar image

I am trying to achieve autonomous outdoor navigation on the road. I have a 2d-LIDAR, GPS & IMU as available sensors data to the robot. I am getting fused data of GPS, IMU & Odom, I also have the waypoint(in UTM) of the road on the road which I wish to do autonomous navigation, but I don't have a map. How will the robot plan it's a path to destination i.e I mean how planners will work without a map?

edit retag flag offensive close merge delete

Comments

You can still perform navigation without a map. With the absence of pointcloud sensors you just cant do obstacle avoidance since the ROS navigation (the costmap plugins specifically) stack requires pointcloud data in order to add obstacles on the costmap so that the planners can plan a valid path

pavel92 gravatar image pavel92  ( 2020-02-26 01:58:10 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2020-02-25 11:18:40 -0500

If you have a good GPS and for your demo/application you don’t expect to lose a GPS fix, that sounds reasonable from a first-look perspective.

You still have data coming in about your environment. You can keep a local buffer of data for obstacle avoidance but if you have waypoints, you have a path. Another form of global planning should be largely redundant.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-02-25 10:57:23 -0500

Seen: 593 times

Last updated: Feb 25 '20