Hi there,
I am new to the community. I have been trying to enable the sync mode using the pipeline sync enable option, but that seems to fail, and throw an error:
[ERROR] [component_container-11]: process has died [pid 13578, exit code -11, cmd '/opt/ros/jazzy/lib/rclcpp_components/component_container --ros-args -r __node:=oakd_container -r __ns:=/'].
[component_container-11] [INFO] [1786535550.815637936] [oakd]: Pipeline type: RGBD
[component_container-11] [INFO] [1786535550.808528058] [oakd]: Device type: OAK-D-PRO
I try to do this first in my oakd pro yaml file:
/oakd:
ros__parameters:
camera:
i_enable_ir: true
i_floodlight_brightness: 0
i_laser_dot_brightness: 1000 #700
i_nn_type: none
i_pipeline_type: RGBD
i_usb_speed: SUPER_PLUS
i_enable_sync: true
pipeline_gen:
i_enable_sync: true
left:
i_fps: 6.0
rgb:
i_synced: true
i_get_base_device_timestamp: true
right:
i_fps: 6.0
stereo:
i_synced: true
i_get_base_device_timestamp: true
imu:
i_get_base_device_timestamp: true
use_sim_time: false
Please let me know, if i am doing something wrong here.