Code/fast_slam_project_temp

fast_slam_project_temp

yannick

README

FastSLAM 2.0 Project

ROS2 implementation of FastSLAM 2.0 with Gazebo simulation.

Structure

  • fast_slam/ - Core C++ algorithm library
  • fast_slam_ros/ - ROS2 integration, messages, and RViz visualization
  • fast_slam_gz/ - Gazebo simulation with synthetic landmark plugins

Requirements

  • ROS2 Jazzy/Humble
  • Gazebo Harmonic (for simulation)
  • Eigen3, libnabo, OpenMP

Docker

# ROS with visualization
xhost +local:docker
docker compose up fast-slam-ros

# Full simulation with Gazebo
docker compose up fast-slam-sim

Build targets

docker build --target ros -t fast-slam-ros:latest .
docker build --target sim -t fast-slam-sim:latest .

Quick Actions

Browse FilesView Commits
git clone https://rakys.xyz/git/fast_slam_project_temp.git

Repository Statistics

0
Stars
0
Forks
1
Watchers
0
Issues
Default Branch:main
Primary Language:Dockerfile
Created:December 14, 2025
Last Updated:December 16, 2025
Repository Size:0.03 KB