Skip to content

Added support for ROS2 Jazzy and Ubuntu 24.04 #500

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nathanshankar
Copy link

  • Addressed segmentation faults caused by the latest Ceres version on Ubuntu 24.04
  • Added support for ROS2 Jazzy by fixing header includes and adjustments in the ros2visualizer module
  • config files D455 Stereo Mode: Using stereo IR streams + IMU.
  • config files D455 Mono Mode: Using mono RGB + IMU.
    image

nathanshankar and others added 4 commits April 16, 2025 17:06
	modified:   ov_msckf/src/ros/ROS2Visualizer.h
	modified:   ov_msckf/src/ros/ROSVisualizerHelper.h
	new file:   config/rs_d455_mono/kalibr_imu_chain.yaml
	new file:   config/rs_d455_mono/kalibr_imucam_chain.yaml
	renamed:    config/rs_d455/launch_d455.example -> config/rs_d455_mono/launch_d455.example
	renamed:    config/rs_d455/estimator_config.yaml -> config/rs_d455_stereo/estimator_config.yaml
	renamed:    config/rs_d455/kalibr_imu_chain.yaml -> config/rs_d455_stereo/kalibr_imu_chain.yaml
	renamed:    config/rs_d455/kalibr_imucam_chain.yaml -> config/rs_d455_stereo/kalibr_imucam_chain.yaml
	new file:   config/rs_d455_stereo/launch_d455.example
@asimonov
Copy link

I can confirm I can build/run on ubuntu24/jazzy with these changes.

But for some reason with same sensor (Luxonis OAK-Pro-W) and same open_vins settings the initialisation does not work:

[run_subscribe_msckf-6] [init]: disparity is 0.069,0.045 (2.00 thresh)
[run_subscribe_msckf-6] [init]: failed static init: no accel jerk detected
[run_subscribe_msckf-6] [TIME]: 0.0048 seconds total (208.4 hz, 43.98 ms behind)

did anyone experience this?

@nathanshankar
Copy link
Author

I can confirm I can build/run on ubuntu24/jazzy with these changes.

But for some reason with same sensor (Luxonis OAK-Pro-W) and same open_vins settings the initialisation does not work:

[run_subscribe_msckf-6] [init]: disparity is 0.069,0.045 (2.00 thresh)
[run_subscribe_msckf-6] [init]: failed static init: no accel jerk detected
[run_subscribe_msckf-6] [TIME]: 0.0048 seconds total (208.4 hz, 43.98 ms behind)

did anyone experience this?

Do you have a rosbag, so I can reproduce this?

@asimonov
Copy link

I traced the problem to change in Luxonis Oak-d-pro driver for ROS Jazzy: https://github.com/luxonis/depthai-ros/pull/696/files

Without new parameters IMU was running at 0.2 Hz and that was an issue for OpenVINS

@asimonov
Copy link

this PR works on Jazzy, BTW. I have tested

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.

2 participants