More instructions to come
This repo houses the ROS scripts to run our implementation of FastSLAM on robots. We are using iRobot Create3 with a RP Lidar A1M8 as our experimental platform.
Make sure the following packages are installed before proceeding to package setup.
Clone the repo into your ros workspace src
folder:
cd <your-ros2-ws>/src
git clone --recursive https://github.com/USC-ACTLab/fastslam_ros
cd ..
colcon build --packages-select slam_publisher
# if you are using bash, otherwise source setup.zsh
source install/setup.bash
`