Is it possible to do outdoor navigation using only GPS & IMU, without any map? If yes then please suggest how?
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?
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