mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
- possibility to use basic PID with steering rover - fix navigation - add support for mission mode - fix simulator (orientation was wrong, leading to opposite steering between sim and reality) - add support of 2 wheels rover in simulation - add and update config files
23 lines
603 B
XML
23 lines
603 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="mission_rover" dir="mission" task="control">
|
|
<doc>
|
|
<description>
|
|
Specific interface for mission control of rover.
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>mission_common</depends>
|
|
<provides>mission</provides>
|
|
</dep>
|
|
<makefile>
|
|
<file name="mission_rover_nav.c"/>
|
|
<test firmware="rover">
|
|
<define name="USE_GENERATED_AUTOPILOT"/>
|
|
<define name="DOWNLINK_TRANSPORT" value="pprz_tp"/>
|
|
<define name="DOWNLINK_DEVICE" value="uart0"/>
|
|
<define name="USE_UART0"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|