Unity-Technologies / ROS-TCP-Connector

Apache License 2.0
296 stars 93 forks source link

LaserScan points is not rendered in Unity gamemode #311

Open chwu-rwth opened 1 year ago

chwu-rwth commented 1 year ago

Describe the bug LaserScan points is not rendered in Unity gamemode. RViz is running perfectly fine as well as game mode in Unity. /map and /costmap can be rendered without any problem but the LaserScan is somewhat missing even when enabled from the UI.

To Reproduce Steps to reproduce the behavior:

  1. Exactly as tutorials and instructions.
  2. Uses the DefaultVisualizationSuite/sensor_msgs/LaserScan child for the rendering of the points.
  3. Run "ros2 launch unity_slam_example unity_slam_example.py" in terminal.

Expected behavior The points from the LaserScan are rendered in Unity during play mode.

image

Environment (please complete the following information, where applicable):

Additional context

Points in Rviz are rendered properly. image

OccupancyGrid from /map is also working fine. image