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
The plugin used for ROS2 message visualization in Unity seems to lack the ability to configure expected QoS from ROS2 topics. If the topic isn't set to RELIABILITY=RELIABLE, it doesn't work in Unity.
On the real robot, reliability is supposed to be VOLATILE, and on Gazebo it's also not RELIABLE for the laser scans in /scan. This causes the Unity scene to not show the laser scans.
The text was updated successfully, but these errors were encountered:
The plugin used for ROS2 message visualization in Unity seems to lack the ability to configure expected QoS from ROS2 topics. If the topic isn't set to
RELIABILITY=RELIABLE
, it doesn't work in Unity.On the real robot, reliability is supposed to be
VOLATILE
, and on Gazebo it's also notRELIABLE
for the laser scans in/scan
. This causes the Unity scene to not show the laser scans.The text was updated successfully, but these errors were encountered: