I am trying to actuate a servo with a script in mission planner. I have been trying to use the following command:
Script.SendRC(6,1400,True)
print(“done”)
For some reason, this command is not working. I know the servo works because I was able to control it through the servo test tab in mission planner. Also, I know that the scripts are working with the aircraft because I came receiving the “done” message and I was able to use:
Script.ChangeMode(‘AUTO’)
and it worked. Do you know why the Script.SendRC is not working? I would greatly appreciate your help.
Thanks!