-
Notifications
You must be signed in to change notification settings - Fork 195
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
How can I reduce point cloud size with ros driver? #652
Comments
Hi, to properly set width/height you should start with i_resolution parameter (set left/right.i_resolution: 400P, width and height should be updated automatically) |
Hello, I am facing the same problem here with an OAK-D. Is there an example somewhere with reduced size pointcloud? I think that it is quite useful in some robotics application. With these parameters:
The point cloud is published in 1280x720p. And If I change it to:
I get the error:
Any idea? thank you |
Great, thanks this worked @Serafadam 👍 However, I noticed that having installed the depthai-ros-driver via apt, I do not have the latest code. Maybe this is causing some problems for @gurbain . |
@Serafadam When can we expect such a sync or is there some way to track this? |
I would expect that the packages will be released within the week as last one was around month ago, you can check for updates on ROS forums https://discourse.ros.org/tag/release |
I have an OAK-D Pro PoE Fixed Focus camera which I am launch with the ros driver. I only need the pointcloud with 3Hz and would like to reduce the resolution of the point cloud as well, such that I don't have to do it within software. I am able to set the resolution of the rgb and left image, however, upon changing the width and height of the right or stereo image, I get the following error:
Here is the config I am using:
What is the recommended way to change the resolution of the pointcloud and which other settings are required for it to work?
The text was updated successfully, but these errors were encountered: