Skip to content

Commit 7fccba5

Browse files
deactivating controller
1 parent d5a3ad5 commit 7fccba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/src/stabilizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ static void stabilizerTask(void* param)
361361
// Critical for safety, be careful if you modify this code!
362362
// The supervisor will already set thrust to 0 in the setpoint if needed, but to be extra sure prevent motors from running.
363363
if (areMotorsAllowedToRun) {
364-
controlMotors(&control);
364+
// controlMotors(&control);
365365
} else {
366366
motorsStop();
367367
}

0 commit comments

Comments
 (0)