You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I cannot display point cloud with rviz2 when launching camera.launch.py.
ros2 launch depthai_ros_driver camera.launch.py
I get the following error:
[point_cloud_xyzrgb_node]: New subscription discovered on topic '/oak/points', requesting incompatible QoS. No messages will be sent to it. Last incompatible policy: RELIABILITY_QOS_POLICY
then if I change HistoryPolicy and ReliabilityPolicy to "System Default" and "Best Effort" respectively on rviz2, I get the following:
Message Filter dropping message: frame 'oak_rgb_camera_optical_frame' at time 1738687835.953 for reason 'discarding message because the queue is full'
However, it seems that with ros2 topic echo /oak/points it is possible to see the list of points of the point cloud.
Is it correct? How can I see the point cloud with camera.launch.py?
The text was updated successfully, but these errors were encountered:
DanieleMarchisotti
changed the title
Cannot display with rviz2 point cloud when launching camera.launch.py (RELIABILITY_QOS_POLICY)
Cannot display with rviz2 point cloud when launching camera.launch.py
Feb 4, 2025
Hi, this is most likely caused by using default base frame in Rviz (or using one that is not connected to OAK model), you need to change it to one of the oak frames, they will be available in the dropdown menu.
Describe the bug
I cannot display point cloud with rviz2 when launching camera.launch.py.
I get the following error:
then if I change HistoryPolicy and ReliabilityPolicy to "System Default" and "Best Effort" respectively on rviz2, I get the following:
This is my
camera.yaml
file:However, it seems that with
ros2 topic echo /oak/points
it is possible to see the list of points of the point cloud.Is it correct? How can I see the point cloud with
camera.launch.py
?The text was updated successfully, but these errors were encountered: