Before proceeding, is there an existing issue or discussion for this?
Description
I understand why there is no image rendered for the Campus demo. I don't understand why trajectories are not shown when the campus demo is running tasks. The robot markers do not show up either. The map is received by rmf-web (the vertices are seen below). The websocket is connected properly. Does this have something to do with the 'offset' used? (I.e., are the trajectories being displayed, but in the wrong reference frame, and therefore not localized with the vertices on the rmf-web map?
Does fleet_socketio_bridge or fleet_robotmanager_mqtt_bridge play any role for making this work? The standard Campus demo launch does run the socketio_bridge (I've not modified the original launch):
<executable cmd="ros2 run rmf_demos_bridges fleet_socketio_bridge -f deliveryRobot -g /gps -y 31500 -x 22000" output="both">
<env name="FLASK_ENV" value="development"/>
</executable>
All of the reference_image CRS demos work fine and show trajectories as tasks run. I have not tried to see if trajectories show up with cartesian_meter or web_mercator.
Distro: Jazzy

Before proceeding, is there an existing issue or discussion for this?
Description
I understand why there is no image rendered for the Campus demo. I don't understand why trajectories are not shown when the campus demo is running tasks. The robot markers do not show up either. The map is received by rmf-web (the vertices are seen below). The websocket is connected properly. Does this have something to do with the 'offset' used? (I.e., are the trajectories being displayed, but in the wrong reference frame, and therefore not localized with the vertices on the rmf-web map?
Does
fleet_socketio_bridgeorfleet_robotmanager_mqtt_bridgeplay any role for making this work? The standard Campus demo launch does run the socketio_bridge (I've not modified the original launch):All of the
reference_imageCRS demos work fine and show trajectories as tasks run. I have not tried to see if trajectories show up withcartesian_meterorweb_mercator.Distro: Jazzy