My current project is with Pixhawk serial communication with Raspberry Pi 3. I got a successful connection, i can read certain values from pixhawk using Raspberry Pi. I got the accelerometer readings, altitude, position, velocity and all. My final aim is to get and identify the current Flight Mode using MAVLink protocol. Someone please help me to find the current Flight mode using MAVLink protocol using Heartbeat command or something else.
Now i’m editing the MAVProxy and creating new modules to perform.
I can set position, velocity and altitude using MAVProxy, but how can i get the current values? Can I use High resolution imu readings through MAVProxy(python), not MAVLink (cpp) which I already have.
Now i’m editing the MAVProxy and creating new modules to perform.
I can set position, velocity and altitude using MAVProxy, but how can i get
the current values? Can I use High resolution imu readings through
The example module has an… example of this
You generally can’t get “high resolution” IMU readings - the bandwidth
typically isn’t there to transport it.