gazebosim / docs

High-level Gazebo documentation that gets published to https://gazebosim.org/docs/
https://gazebosim.org/docs
44 stars 80 forks source link

ROS Integration pages are missing references to ros_gz_image & ros_gz_pointcloud #432

Open SteveMacenski opened 3 months ago

SteveMacenski commented 3 months ago

ros2_integration.md is missing references to ros_gz_image and ros_gz_pointcloud packages and their uses.

The ros_gz_sim_demos also have irregular use of them (or have TODOs in the readme to include). This would be good to document the behavior of and then update the reference examples to use them fully for others to use as a template.

azeey commented 1 month ago

ros_gz_pointcloud has been broken for a while. I think instead of trying to fix it, we should use the new way of creating ros_gz bridges as ROS components alongside Gazebo (https://github.com/gazebosim/ros_gz/issues/544) and then document how to use that.