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
If the world is relatively small and the robot has code A60F2400L (explore for 40 minutes) then it can happen that robot returns sooner to the base station. The current code would continue and explore the world for the 2nd time.
It would be wiser to detect such case, report found artifacts and stop - it does not have sense to explore the world with the same strategy.
It should be possible to recognize this by distance from DARPA origin (0, 0, 0) - gate entrance, and verified via get_origin.
The text was updated successfully, but these errors were encountered:
If the world is relatively small and the robot has code A60F2400L (explore for 40 minutes) then it can happen that robot returns sooner to the base station. The current code would continue and explore the world for the 2nd time.
It would be wiser to detect such case, report found artifacts and stop - it does not have sense to explore the world with the same strategy.
It should be possible to recognize this by distance from DARPA origin (0, 0, 0) - gate entrance, and verified via
get_origin
.The text was updated successfully, but these errors were encountered: