시뮬레이션 환경 구성을 위해 패키지 설치
sudo apt-get install ros-humble-bcr-bot
새 터미널에서 시뮬레이션 환경 확인
ros2 launch bcr_bot gazebo.launch.py \\
camera_enabled:=True \\
two_d_lidar_enabled:=True \\
stereo_camera_enabled:=False \\
position_x:=0.0 \\
position_y:=0.0 \\
orientation_yaw:=0.0 \\
odometry_source:=odom \\
world_file:=small_warehouse.sdf
RTAB Map SLAM Diagram