mbot-project / mbot_web_app

Webapp visualization for the MBot
0 stars 2 forks source link

Detect when SLAM control is not available #20

Open janapavlasek opened 3 months ago

janapavlasek commented 3 months ago

The localization panel is confusing when SLAM is not setup to be resettable by the web app. This happens in the student SLAM code.

This can be detected if the SLAM_STATUS channel is not receiving messages. In this case, the controls should be hidden, but the map can still be displayed through a "Show Map" button.