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

LiDAR capture support in standalone library #1264

Merged
merged 18 commits into from
Apr 15, 2024
Merged

LiDAR capture support in standalone library #1264

merged 18 commits into from
Apr 15, 2024

Conversation

matlabbe
Copy link
Member

@matlabbe matlabbe commented Apr 14, 2024

Refactoring:

  • CameraThread -> SensorCaptureThread
  • CameraEvent -> SensorEvent
  • Camerainfo -> SensorCaptureInfo
  • Refactored CameraMobile to include all similar code between mobile camera classes
  • Add Lidar and LidarVLP16 classes

Standalone:

  • can now start mapping with only lidar (include deskewing), only VLP16 supported yet
  • can start lidar + visual odometry sensor and/or camera (deskewing with camera's IMU or VO sensor pose)
  • Preferences: Added embedded presets for ICP-based mapping (lidar or RGB-D sensors)

New Parameters:

  • Odom/Deskewing (default true)
  • Icp/FiltersEnabled

@matlabbe matlabbe marked this pull request as ready for review April 14, 2024 23:30
@matlabbe matlabbe merged commit 700704b into master Apr 15, 2024
6 checks passed
@matlabbe matlabbe deleted the lidar_standalone branch April 15, 2024 02:06
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.

1 participant