depthai-ros icon indicating copy to clipboard operation
depthai-ros copied to clipboard

[BUG] parameter rgb: i_low_bandwidth: true cause an error

Open SeokHyunAhn opened this issue 1 year ago • 2 comments

Hi, I'm using OAK-D Pro PoE with ROS2 Humble

$$ git clone https://github.com/luxonis/depthai-ros.git colcon build

ros2 launch depthai_ros_driver camera.launch.py $$

I ran rviz2, ros2 run rqt_image_view rqt_image_view and the camera screen came out fine.

but, when i change camera.yaml rgb: i_low_bandwidth: true

I get an error like the one pictured below.

image

image

This error doesn't happen in the depthai-ros package, which I git cloned in November, so I'm guessing it's in the latest version, is there a solution?

Here is my camera.yaml file

$$ /**: ros__parameters: camera: i_enable_imu: true i_enable_ir: true i_nn_type: rgb i_pipeline_type: RGB nn: i_nn_config_path: depthai_ros_driver/yolo rgb: i_low_bandwidth: true

$$

SeokHyunAhn avatar Jan 08 '25 07:01 SeokHyunAhn

Hi, thanks for reporting, fix is available here and will be merged very soon

Serafadam avatar Jan 08 '25 13:01 Serafadam

Thanks!

SeokHyunAhn avatar Jan 09 '25 05:01 SeokHyunAhn