MultiRobotControl / ay22_gdk

0 stars 0 forks source link

Map creation via USV lidar #9

Open bsb808 opened 2 years ago

bsb808 commented 2 years ago

As part of developing a lidar navigation capability, we need to be able to use gmapping to build a map, based on the USV lidar.

bsb808 commented 2 years ago

The working example of the turtlebot3 is a good place to start. Once @keegandelanoy has the keydrive teleoperation working, we should be able to start working toward a similar example with the USV.

Take a look at the operation of the gmapping package: http://wiki.ros.org/gmapping One challenge is that there needs to be an odometry solution. In the turtlebot3 example, this is provided by gazebo as part of the tf tree (see the wiki example above for the tf tree visualization). We would need a similar way of providing the odometry to the gmapping node.