mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-11 16:02:47 +08:00
776a22f459
Doxygen / build (push) Waiting to run
* [uavcan] Start updating UAVCAN to latest version. Now renamed DroneCAN. * [uavcan] Update airspeed. * [uavcan] Update power. * [uavcan] Update range sensor. * [uavcan] WIP actuators. * [dronecan] Fix makefile for new installations - The Makefile doesn't execute the .sync .update when added to the .PHONY section - The DSDL folder doesn't exist before the .sync .update of the DSDL * [can] Add documentation for USE_CANx define and fix dronecan * [dronecan] Update actuators * [dronecan] Cleanup actuator feedback --------- Co-authored-by: Fabien-B <Fabien-B@github.com> Co-authored-by: Freek van Tienen <freek.v.tienen@gmail.com>
25 lines
729 B
XML
25 lines
729 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="range_sensor_uavcan" dir="sensors" task="sensors">
|
|
<doc>
|
|
<description>
|
|
Range sensor over the uavcan protocol which publishes over ABI as AGL
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>uavcan</depends>
|
|
<provides>sonar</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="range_sensor_uavcan.h"/>
|
|
</header>
|
|
<init fun="range_sensor_uavcan_init()"/>
|
|
<makefile target="ap">
|
|
<file name="range_sensor_uavcan.c"/>
|
|
|
|
<!-- Load DSDL generated files-->
|
|
<include name="$(PAPARAZZI_HOME)/var/include/DSDLcode/include"/>
|
|
<file name="uavcan.equipment.range_sensor.Measurement.c" dir="$(PAPARAZZI_HOME)/var/include/DSDLcode/src"/>
|
|
</makefile>
|
|
</module>
|