Aleksander Sawicki's Discussions (6)

Sort by

SITL MAVPROXY ignores --mav20

Hello, I am trying to run simple SITL and read mavlink data.

I run SITL using

sudo python sim_vehicle.py -v ArduCopter -m "--mav20" -f hexa --console --map -L WIPB

the -m argument is for extra MAVproxy argumentss.
Simulation starts to work, and MAVProxy

Read more…

Lua and MAVlink message decode

Hello,

I would like to ask where can I find  lua library to communicate by MAVlink.

In python2.X it can me easy made using pymavlink.

I found that i can generate some lua code using mavgenerate.py but as i can see it is some kind of wireshark plugin?

I h

Read more…