Skip to content
Snippets Groups Projects
Commit c30317e0 authored by Davide Mor's avatar Davide Mor Committed by Emilio Corigliano
Browse files

[RIGv2] Fixed wrong wiggle time

parent a9794631
No related branches found
No related tags found
1 merge request!38[RIGv2] Merge RIGv2 OBSW
...@@ -205,7 +205,7 @@ bool Actuators::start() ...@@ -205,7 +205,7 @@ bool Actuators::start()
bool Actuators::wiggleServo(ServosList servo) bool Actuators::wiggleServo(ServosList servo)
{ {
// Wiggle means open the servo for 1s // Wiggle means open the servo for 1s
return openServoWithTime(servo, 10000); return openServoWithTime(servo, 1000);
} }
bool Actuators::toggleServo(ServosList servo) bool Actuators::toggleServo(ServosList servo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment