Performing SLAM using GMapping in ROS
GMapping is a commonly used SLAM package in ROS. Here are some steps to perform GMapping in ROS: Step 1: Create a package for this. Make a “launch” folder inside the package folder. Step 2: Create a launch file to run the “gmapping” node. Set the parameters of the “gmapping” node inside this launch file. …
