Forward mavlink packets through UDP using json format
- Put
mavproxy_interop.py
file in your MAVProxy module directory. - After MAVProxy is started, you have to load the plugin using
module load interop
command.
Each modification to the module will require a recompile operation of MAVProxy:
python setup.py build install --user
sudo python mavproxy.py --master=/dev/ttyUSB0,921600 --cmd="module load interopobc"