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

Autonomous Navigation using lidar and hector slam?

asked 2019-06-17 07:05:45 -0500

sajal gravatar image

Hi, I want to do autonomous navigation in a pre loaded map (made using hector slam) using Lidar and hector slam without any odometry source. Is it possible, if yes then how should I proceed? Will I have to do localization in the pre loaded map or can I directly start with path planning?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2019-06-17 19:45:25 -0500

cassini.huygens gravatar image

You can use robot_localisation package to get a more or less reliable odometry (using gps and Imu). On top of that you can use Lidar which will give you a better localisation source. You can use Lidar without any other odometry as well if that's what you want. examples are in Autoware.

edit flag offensive delete link more

Comments

@cassini.huygens thanks. Is there a tutorial or link on how I can use robot_localization with only laser data. I'm finding it hard to get what input data is required and how I'll get output.

sajal gravatar image sajal  ( 2019-06-18 04:34:05 -0500 )edit

I havn't come across such tutorial. There are a lot of examples where robot_localisation is used:http://docs.ros.org/melodic/api/...

cassini.huygens gravatar image cassini.huygens  ( 2019-06-18 18:28:47 -0500 )edit

@cassini.huygens thanks for reply. I was able to localize my robot using amcl and rf2o_laser_odometry packages. I'll try navigation next if it's possible using these packages.

sajal gravatar image sajal  ( 2019-06-19 10:58:29 -0500 )edit
0

answered 2019-06-17 08:22:37 -0500

JustinBlack02 gravatar image

For your robot to accurately control itself and follow the path it will invariably need to do localization or have a decent source of odometry.

edit flag offensive delete link more

Comments

@JustinBlack02 thanks for the reply. hector slam does mapping without odometry, so is there a way in which I can use hector slam for navigation. It'll work for me even its not much accurate.

sajal gravatar image sajal  ( 2019-06-17 10:14:31 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-06-17 07:05:45 -0500

Seen: 879 times

Last updated: Jun 17 '19