gazebosim / ros_gz

Integration between ROS (1 and 2) and Gazebo simulation
https://gazebosim.org
Apache License 2.0
211 stars 125 forks source link

RosGzPointCloud Not Loading #549

Open BobbieZain opened 1 month ago

BobbieZain commented 1 month ago

Environment

Description

Steps to reproduce

1.Go to ros_gz_point_cloud/examples 2.Run ign gazebo -r examples/depth_camera.sdf

Output

Error message: [Err] [SystemLoader.cc:94] Failed to load system plugin [RosGzPointCloud] : couldn't find shared library. Screenshot: image

BobbieZain commented 1 month ago

Hello, do I need to install the RosGzPointCloud library? If so, how?

azeey commented 1 month ago

The PointCloud plugin is unfortunately in a broken state right now. There's a COLCON_IGNORE file in the package.

A workaround for this is to use ros_gz_bridge to bridge point cloud messages from Gazebo to ROS. Here is an example.