Motion Planning Unitree Go2
Unitree Go2 Autonomous Movement Logic
Hardware needs
Overview
uv run src/run.py unitree_go2_autonomyRPLIDAR Laserscan Data
Core LLM Directed Motion
# actions/move_safe_lidar/interface.py
TURN_LEFT = "turn left"
TURN_RIGHT = "turn right"
MOVE_FORWARDS = "move forwards"
STAND_STILL = "stand still"Data Priorities
Normal Case
Object Nearby - Possible Moves are Constrained
Last updated
Was this helpful?
