Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multicamera support #100

Open
wants to merge 117 commits into
base: develop
Choose a base branch
from
Open

Add Multicamera support #100

wants to merge 117 commits into from

Conversation

AADad578
Copy link
Member

@AADad578 AADad578 commented Feb 7, 2025

Use up to 4 realsenses and a lidar. Can disable some cameras with arguments on launch.

Valid Configs:
4 cameras + lidar -> back = true, front = true, extras = true, lidar = true

  • Will create and combine pointclouds for cameras, assemble lidar pointclouds over time, and combine both to give to rtabmap
    4 cameras -> back = true, front = true, extras = true, lidar = false
  • Will create and combine pointclouds for cameras, and send that to rtabmap
    2 cameras + lidar -> back = true, front = true, extras = false, lidar = true
  • Will create and combine pointclouds for just 2 cameras, assemble lidar pointclouds over time, and combine both to give to rtabmap
    2 cameras -> back = true, front = true, extras = false, lidar = false
  • Will create and combine pointclouds for just 2 cameras, and send that to rtabmap
    1 camera -> back = true, front = false, extras = false, lidar = false
  • Will send just rgb and depth images to rtabmap

Will always send rgb and depth of back cam to rtabmap for odometry.
Runs all cameras at 424x240x30fps, any more quality reduces refresh rate too much.
Currently runs all cameras at around 15 hz pointcloud generation.

@AADad578 AADad578 changed the base branch from master to develop February 7, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants