User Tools

Site Tools


projects:crazyflie:crtp:commander

This is an old revision of the document!


Commander

The commander port is used to send control set-points for the roll/pitch/yaw/thrust regulators in the Crazyflie. As soon as the communication link has been established these packets can be sent and the values are valid until the next packet is received.

        +-------+-------+-------+-------+
        | PITCH |  ROLL |  YAW  |THRUST |
        +-------+-------+-------+-------+
Length      4       4       4       2    
Name Byte Size Type Comment
PITCH 0-3 4 float The pitch set-point
ROLL 4-7 4 float The roll set-point
YAW 8-11 4 float The yaw set-point
THRUST 12-13 2 uint16_t The thrust set-point
projects/crazyflie/crtp/commander.1361513893.txt.gz · Last modified: 2015-07-15 16:30 (external edit)