Replies: 3 comments 3 replies
-
Hey there @sabbysim! That's strange indeed, the robot icon locations are derived from the same fleet updates that should be available from the Could you double check that API calls from If your project is open source, it would be super helpful for us to reproduce and look into this as well |
Beta Was this translation helpful? Give feedback.
-
Hi @aaronchongth
|
Beta Was this translation helpful? Give feedback.
-
Hi @aaronchongth, thanks for looking into the issue. Noted that read-only fleet updates are not essential to the open rmf setup, hence they will not be displayed. For our application, we are integrating a robotic arm mounted on a linear conveyor belt as a read-only robot. We hope to display the status and position (from fleet_states topic) to the rmf web UI. Noted that the existing websockets and API, will not work. Is it possible to read from the fleet_states topic directly? Appreciate if you can give me some guidance (which part of the code should I modify) so that I can customize the UI for our application. |
Beta Was this translation helpful? Give feedback.
-
Hi, I noticed that read-only robots are not returned by GET Fleets API (http://localhost:8000/fleets) but they can be seen on the map as icons. How can I display the read-only robots from fleet_states topic on rmf-web UI?
Beta Was this translation helpful? Give feedback.
All reactions