-
Notifications
You must be signed in to change notification settings - Fork 194
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
depth image with turtlebot4 #629
Comments
Hi, it seems that the camera on turtlebot is using a different config file, you can edit it to match the one on host, although depending on you resource usage you might want to tweak it a little bit. Default camera config file can be found here, you can follow the documentation on what other values are available. |
hi. I got same issue here , but my ros2 version is jazzy ,camera is oakd pro w |
Responded here |
changing parameter "i_pipeline_type", from RGB to RGBD i'm able to see more topics: /turtlebot4_1/oakd/rgb/preview/camera_info is /turtlebot4_1/oakd/stereo/image_raw a ros2 topic for depth image? i'm asking because the encoding is 16UC1 but when i check the parameter: ros2 param get /turtlebot4_1/oakd .oakd.stereo.image_raw.format moreover, is there a way to obtain also other type of RGB images (not preview ones), because i need images with dimensions 7201280 but i only have topic /turtlebot4_4/oakd/rgb/preview/image_raw and images are 250250 thank you in advance! |
Hi,
For encoding type you can check the message itself, it has the field for that. I think that value that you got is for compressed message transport
If you don't see |
hi, thank you for your help, i managed to launch without usb connection |
Hi, could you run |
Hi, it seems your device is being registered as USB2.0 device which could cause issues with larger pipeline, please verify that your port if working properly. You can also follow steps mentioned in bug report template so that we verify this isn't something hardware related |
Hi @IacopoFornai do you experience the same errors when connecting the camera to PC? |
hi @Serafadam no, when i connect my camera to the pc i can launch all the drivers and see the topics. |
Hi @IacopoFornai could you check which version of the driver you have? You can check how to do that for example by running
|
hi @Serafadam here they are: |
Hi @IacopoFornai, I assume you got it working since there is a new separate issue here ? |
Hi @Serafadam , unfotunately i didn't find i solution for the previous problem, i went on with one solution that was working regardless of some big delays, the other issue i wrote is regarding a further step of my work, and it is on images size, so i separated the issue to separarate also the topic. |
i want to use rtabmap odometry with my turtlebot4 and i have only these topics:
/turtlebot4_4/oakd/rgb/preview/camera_info
/turtlebot4_4/oakd/rgb/preview/image_raw
/turtlebot4_4/oakd/rgb/preview/image_raw/compressed
/turtlebot4_4/oakd/rgb/preview/image_raw/compressedDepth
/turtlebot4_4/oakd/rgb/preview/image_raw/theora
connecting the camera to my laptop and running camera.launch.py i can see more topic:
/diagnostics
/image_rect/ffmpeg
/joint_states
/oak/imu/data
/oak/nn/spatial_detections
/oak/rgb/camera_info
/oak/rgb/image_raw
/oak/rgb/image_raw/compressed
/oak/rgb/image_raw/compressedDepth
/oak/rgb/image_raw/ffmpeg
/oak/rgb/image_raw/theora
/oak/rgb/image_rect
/oak/rgb/image_rect/compressed
/oak/rgb/image_rect/compressedDepth
/oak/rgb/image_rect/theora
/oak/stereo/camera_info
/oak/stereo/image_raw
/oak/stereo/image_raw/compressed
/oak/stereo/image_raw/compressedDepth
/oak/stereo/image_raw/ffmpeg
/oak/stereo/image_raw/theora
/parameter_events
/robot_description
/rosout
/tf
/tf_static
but i haven't any NON compressed image for depth image topic. If i understood correctly rtabmap expects as input a NON compressed image for depth topic, how can i solve this issue?
The text was updated successfully, but these errors were encountered: