Hello, I tried to control my servos with the gripper method.
–https://ardupilot.org/copter/docs/common-gripper-servo.html
Do servos need to spin at a certain pwm value? My servos spin clockwise and counterclockwise without stopping.
If I set GRIB_GRAB=0 it stops but when I give the command to move it starts spinning endlessly.(mg90 s,servo)
My goal is to have the drone start and stop the servo when it comes to a certain waypoint.
How should I go about doing this?