|
Re: Autonomous to Manual control?
basically, yes. a specific pin sets the status as to whether autonomous mode is enabled or not, and another pin sets whether the robot is disabled or not. the autonomous pin state is represented in code by the variable "autonomous_mode" - it will be a true value if auto mode is on, and 0 if not.
|