-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can't receive depth camera pointclouds #526
Comments
I think you have to publish uncompressed images to get the point cloud. At least we do not get a point cloud if we publish compressed images. |
@tkirc, what is the full command that you are using to launch the driver? |
@khughes-bdai, I run this command with the following .yaml file as an argument:
|
Ahh, publish_point_clouds is implemented as a launch argument currently. If you modify your command to be |
@khughes-bdai thank you for your help! I try this asap. |
I tried to start the driver with this command: |
Hi @tkirc , |
I run the newest version of the spot_ros2 driver corresponding to the version 4.1.0
I see all the camera related topics:
/camera/back/camera_info
/camera/back/image
/camera/frontleft/camera_info
/camera/frontleft/image
/camera/frontright/camera_info
/camera/frontright/image
/camera/hand/camera_info
/camera/hand/image
/camera/left/camera_info
/camera/left/image
/camera/right/camera_info
/camera/right/image
/cmd_vel
/depth/back/camera_info
/depth/back/image
/depth/frontleft/camera_info
/depth/frontleft/image
/depth/frontright/camera_info
/depth/frontright/image
/depth/hand/camera_info
/depth/hand/image
/depth/left/camera_info
/depth/left/image
/depth/right/camera_info
/depth/right/image
/depth_registered/frontleft/camera_info
/depth_registered/frontleft/image
/depth_registered/frontright/camera_info
/depth_registered/frontright/image
/depth_registered/left/camera_info
/depth_registered/left/image
But with ros2 topic echo /depth/frontright/image on any camera i only get messages filled with zeros.
header:
stamp:
sec: 1732193652
nanosec: 762096144
frame_id: frontright
height: 240
width: 424
encoding: 16UC1
is_bigendian: 0
step: 848
data:
0
0
0
0
0
0
'...'
And in rviz i get the following warning:
To start the driver i set the ros parameter publish_point_clouds: True
Has anyone encountered a similar issue.?
The text was updated successfully, but these errors were encountered: