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
This happens because in the urdf, the tag has been placed under the tag, so Gazebo does not parse it properly. This is ok for the plugin, since it is handling the ray casting rather than Gazebo, but as you noticed, it breaks the Gazebo visualization.
If you want to visualize the sensor rays in gazebo, you will need to copy the block so it is under the <sensor type="ray...> block. However, this will not quite match the non-uniform pattern of the plugin. It will visualize the rays as a uniform, multiray scan.
i have correctly install livox_sdk and livox_ros_driver
The text was updated successfully, but these errors were encountered: