Motion Planning TurtleBot4
TurtleBot4 Autonomous Movement Logic
Overview
uv run src/run.py turtlebot4_lidarTB4 RPLIDAR Laserscan Data
Core LLM Directed Motion
# /actions/move_turtle/interface.py
TURN_LEFT = "turn left"
TURN_RIGHT = "turn right"
MOVE_FORWARDS = "move forwards"
STAND_STILL = "stand still"TB4 Physical Collision Switches
Object Avoidance and Collision Switch States
Normal
Object Nearby and Possible Moves are Constrained
Collision Switches Triggered
Last updated
Was this helpful?
