/
/
ROS2 implementation of FastSLAM 2.0 with Gazebo simulation.
fast_slam/ - Core C++ algorithm libraryfast_slam_ros/ - ROS2 integration, messages, and RViz visualizationfast_slam_gz/ - Gazebo simulation with synthetic landmark plugins# ROS with visualization
xhost +local:docker
docker compose up fast-slam-ros
# Full simulation with Gazebo
docker compose up fast-slam-sim
docker build --target ros -t fast-slam-ros:latest .
docker build --target sim -t fast-slam-sim:latest .