amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

Display a map of the robots current location in graph #77

Open UmangBR opened 2 years ago

UmangBR commented 2 years ago

User story

  1. As a SD
  2. I want to display a map of the robot's current location in graph
  3. So that I can have a better vizualization.

Acceptance criteria

Definition of done (DoD)

DoD general criteria

nmarkert commented 2 years ago

Current state The FMS takes the incoming state messages from the turtlebot and updates the position of the agv accordingly. The image shows how the position of the agv is displayed on the map: Screenshot_Map_with_Agv

Issue right now You have to reload the page manually by yourself in order to see the update of the position. The website or especially the image should be automatically refreshed every x seconds.

cat24max commented 2 years ago

The map is now refreshing automatically every second