mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
updated to xml-only airframe
This commit is contained in:
@@ -14,10 +14,12 @@
|
|||||||
<axis name="THRUST" failsafe_value="0"/>
|
<axis name="THRUST" failsafe_value="0"/>
|
||||||
</commands>
|
</commands>
|
||||||
|
|
||||||
|
<!-- not needed anymore - in subsystem
|
||||||
<section name="ACTUATORS_MKK" prefix="ACTUATORS_MKK_">
|
<section name="ACTUATORS_MKK" prefix="ACTUATORS_MKK_">
|
||||||
<define name="NB" value="4"/>
|
<define name="NB" value="4"/>
|
||||||
<define name="ADDR" value="{ 0x52, 0x54, 0x56, 0x58 }"/>
|
<define name="ADDR" value="{ 0x52, 0x54, 0x56, 0x58 }"/>
|
||||||
</section>
|
</section>
|
||||||
|
-->
|
||||||
|
|
||||||
<section name="SUPERVISION" prefix="SUPERVISION_">
|
<section name="SUPERVISION" prefix="SUPERVISION_">
|
||||||
<define name="MIN_MOTOR" value="2"/>
|
<define name="MIN_MOTOR" value="2"/>
|
||||||
@@ -217,11 +219,12 @@ ap.CFLAGS += -DUSE_ADAPT_HOVER
|
|||||||
|
|
||||||
|
|
||||||
<target name="baloo" board="booz">
|
<target name="baloo" board="booz">
|
||||||
<option name="FLASH_MODE" value="IAP"/> <!-- that is the default for the board but I'm putting it here as example-->
|
|
||||||
<subsystem name="radio_control" type="ppm"/>
|
<subsystem name="radio_control" type="ppm"/>
|
||||||
<subsystem name="actuators" type="mkk">
|
<subsystem name="actuators" type="mkk">
|
||||||
<define name="NB" value="4"/> <!-- not parsed yet -->
|
<param name="FLASH_MODE" value="IAP"/> <!-- that is the default for the board but I'm putting it here as example-->
|
||||||
<define name="ADDR" value="{ 0x52, 0x54, 0x56, 0x58 }"/> <!-- not parsed yet -->
|
<define name="ACTUATORS_MKK_NB" value="4"/>
|
||||||
|
<define name="ACTUATORS_MKKADDR" value="{ 0x52, 0x54, 0x56, 0x58 }"/>
|
||||||
</subsystem>
|
</subsystem>
|
||||||
<subsystem name="imu" type="b2v1"/>
|
<subsystem name="imu" type="b2v1"/>
|
||||||
<subsystem name="gps" type="ublox"/>
|
<subsystem name="gps" type="ublox"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user