Skip to content

stella-cv/stella_vslam_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28bcfee · Aug 10, 2024
Jun 15, 2023
Aug 29, 2022
Feb 21, 2021
Jun 22, 2021
Jul 8, 2023
Oct 15, 2022
Aug 10, 2024
Mar 6, 2021
Apr 2, 2022
Aug 29, 2022
May 2, 2024
Jul 14, 2023
Jul 14, 2023
Jun 4, 2023
Jul 14, 2023
Mar 24, 2022
Apr 2, 2022
Mar 24, 2022
Jul 23, 2023
Mar 30, 2024

Repository files navigation

stella_vslam_ros

stella_vslam's ROS package.

Documentation

See here.

Install instruction

stella_vslam_ros uses submodules. Clone it with git clone --recursive or download submodules with git submodule update --init --recursive.

Subscribed topics

monocular setup

  • camera/image_raw

stereo setup

  • camera/left/image_raw
  • camera/right/image_raw

RGBD setup

  • camera/color/image_raw
  • camera/depth/image_raw

Published topics

  • ~/camera_pose

Parameters

  • odom_frame
  • map_frame
  • robot_base_frame
  • camera_frame
  • publish_tf
  • transform_tolerance
  • use_exact_time (stereo, RGBD only)

Tutorial

Users unfamiliar with docker, ROS2, or stella_vslam should refer to the tutorial.

TIPS

  • run_slam_offline node allows you to run SLAM by reading the rosbag2 file directly.