- Start the simulated vehicle as usual.
- Connect to it using MAVProxy with loading graph module like:
mavproxy.py --master=127.0.0.1:14550 --load-module="graph"
- Make sure that
SERVOx_FUNCTION
is set to0
. - Select a channel that is not used for flight operations.
- To set a specific servo to a specific value:
servo set CHANNEL VALUE
. - To create a cycle:
servo repeat CHANNEL VALUE COUNT PERIOD
- The cycle will be between
VALUE
andSERVOx_TRIM
everyPERIOD
secondsCOUNT
times. - Observe the output with
graph SERVO_OUTPUT_RAW.servox_raw
wherex
is the selected channel.