You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the improvement you would like to see
The robot_status interface function should not always return Available but should check the simulator to see if it is running, if the robot is busy in a mission or if the robot is idle and then report RobotStatus.Offline, RobotStatus.Busy or RobotStatus.Available accordingly.
How will this change existing functionality?
More correct information will be propagated when using the Turtlebot simulator all the way to Flotilla.
How will this improvement affect the current Threat Model?
Should not be affected.
The text was updated successfully, but these errors were encountered:
This issue has automatically been marked as stale as there has been no activity for 60 days. Remove stale label or comment or this will be closed in 7 days.
Describe the improvement you would like to see
The robot_status interface function should not always return
Available
but should check the simulator to see if it is running, if the robot is busy in a mission or if the robot is idle and then reportRobotStatus.Offline
,RobotStatus.Busy
orRobotStatus.Available
accordingly.How will this change existing functionality?
More correct information will be propagated when using the Turtlebot simulator all the way to Flotilla.
How will this improvement affect the current Threat Model?
Should not be affected.
The text was updated successfully, but these errors were encountered: