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
The Navigation Service handles autonomous navigation by calculating movement directions and speeds based on LiDAR data.
Built with Java, Maven, and Spring Boot.
Modes
Simple Navigate
Selects the furthest distance that is not in a restriction zone.
Two calculation modes:
Recalculate every 0.5s.
Wait until obstacle is reached before recalculating.
Restriction Zones
Static
Always points 180° from target direction.
Prevents backtracking.
Note: May prevent maze completion if backward angles are needed.