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

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

Open
SeokHyunAhn opened this issue Jan 8, 2025 · 2 comments
Open

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

SeokHyunAhn opened this issue Jan 8, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@SeokHyunAhn
Copy link

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 SeokHyunAhn added the bug Something isn't working label Jan 8, 2025
@Serafadam
Copy link
Collaborator

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

@SeokHyunAhn
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants