PX4 / PX4-Flow

Firmware for PX4FLOW board
236 stars 340 forks source link

get Postion #76

Open Mahmoud-Teama opened 8 years ago

Mahmoud-Teama commented 8 years ago

Hi , How can i get position (dx,dy,dt) from the PX4Flow i'm using arduino and the px4flow is connected through I2C Note i can get all the i2c output like velocities, altitude and gyro but i need to know how to use the i2c output to compute the position

AlexisTM commented 7 years ago

The position you ask : (dx, dy, dt) are velocities.

You can enable "SEND_LPOS" to "send local position" and receive a message with X, Y, Z integrated position.