Closed AdamParlane closed 7 years ago
case M_FORMATION: //placeholder //mfAdvancedMove(0, 90, 50, 100, &sys); mfAdvancedMove(0, 0, 50, 25, &sys); sys.pos.targetHeading = 0; sys.pos.targetSpeed = 50; break;
With Obstacle Avoidance disabled; this will move forward on the first iteration, and then backwards on any subsequent iteration. Tested on pink robot. Symptoms appeared on dark blue too
Resolved by Matt by removing mouse from mfAdvancedMove
With Obstacle Avoidance disabled; this will move forward on the first iteration, and then backwards on any subsequent iteration. Tested on pink robot. Symptoms appeared on dark blue too