User Tools

Site Tools


doc:crazyflie:crtp:generic_setpoint

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:crazyflie:crtp:generic_setpoint [2018-02-15 10:10]
arnaud
doc:crazyflie:crtp:generic_setpoint [2020-05-12 14:19] (current)
kimberly
Line 1: Line 1:
 +<WRAP center round important 60%>
 +This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https://www.bitcraze.io/documentation/system/]]
 +</WRAP>
 +
 +
 ====== Generic Setpoint CRTP Port ====== ====== Generic Setpoint CRTP Port ======
  
Line 22: Line 27:
 |  5   | [[doc:crazyflie:crtp:generic_setpoint#hover|Hover]] | |  5   | [[doc:crazyflie:crtp:generic_setpoint#hover|Hover]] |
 |  6   | [[doc:crazyflie:crtp:generic_setpoint#full_state|Full State]] | |  6   | [[doc:crazyflie:crtp:generic_setpoint#full_state|Full State]] |
 +|  7   | [[doc:crazyflie:crtp:generic_setpoint#position|Position]] |
  
  
Line 141: Line 147:
 </code> </code>
  
 +=== Position ===
 +
 +Set the absolute postition and orientation.
 +
 +<code c>
 + struct positionPacket_s {
 +   float x;     // Position in m
 +   float y;
 +   float z;
 +   float yaw;   // Orientation in degree
 + } __attribute__((packed));
 +</code>
  
doc/crazyflie/crtp/generic_setpoint.1518685821.txt.gz · Last modified: 2018-02-15 10:10 by arnaud