paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Add advanced control algorithm to paparazzi


From: Mike
Subject: Re: [Paparazzi-devel] Add advanced control algorithm to paparazzi
Date: Fri, 20 Mar 2015 07:13:01 -0700 (MST)

Hi Felix,
     when I load my new control module , there is a error as follow:
     RUN 'make -C /home/longshike/paparazzi -f Makefile.ac
AIRCRAFT=MYkroozsd ap.compile '
make: Entering directory `/home/longshike/paparazzi'
-----------------------------------------------------------------------
Paparazzi version v5.5_devel-339-ge6c9905-dirty
-----------------------------------------------------------------------
#######################################
# BUILD AIRCRAFT=MYkroozsd, TARGET ap
#######################################
/home/longshike/paparazzi/conf/airframes/examples/krooz_sd/krooz_sd_quad_pwm1.xml:
End of tag expected : 'load' line 38 characters 2-11
make: *** [ap.ac_h] Error 1
make: Leaving directory `/home/longshike/paparazzi'

FAILED 'make -C /home/longshike/paparazzi -f Makefile.ac AIRCRAFT=MYkroozsd
ap.compile' with code
      

I write <load name="ctrl_module_ADRC.xml"> in my airframe file. and my
ctrl_module_ADRC.xml is:
      <!DOCTYPE module SYSTEM &quot;module.dtd&quot;>

<module name="ctrl_module_ADRC" dir="ctrl_ADRC">
  <doc>
    <description>
        Demo Control Module.
        Only for rotorcraft firmware.
        Simple rate controler as example on how to integrate write and call
your own controller in a module.
    </description>
  </doc>
  <settings>
    <dl_settings>
      <dl_settings NAME="CtrlModADRC">
        <dl_setting var="ctrl_module_ADRC_b0_gain" min="0" step="0.01"
max="10" module="ctrl/ctrl_module_ADRC" shortname="ADRC_b0"/>
        <dl_setting var="ctrl_module_ADRC_c_gain"  min="0" step="0.01"
max="10" module="ctrl/ctrl_module_ADRC" shortname="ADRC_c"/>
        <dl_setting var="ctrl_module_ADRC_h1_gain"  min="0" step="0.01"
max="1" module="ctrl/ctrl_module_ADRC" shortname="ADRC_h1"/>
      </dl_settings>
    </dl_settings>
  </settings>

  <header>
    <file name="ctrl_module_ADRC.h"/>
  </header>

  <makefile>
    <file name="ctrl_module_ADRC.c"/>
  </makefile>

</module>
 So how can I solve it?

Thanks
Mike



--
View this message in context: 
http://lists.paparazziuav.org/Add-advanced-control-algorithm-to-paparazzi-tp16861p16899.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]