mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
4d4fbc2852
* Steering wheel rover main files and guidance * Fix: Undeclared function nav_reset_alt warning * GVF mission flight plan * NPS FDM for rovers * GVF low_level_control.c included in gvf.c * Rover main loop for non chibios arch (copy/paste from rotorcraft) * Delete conf/modules/rover.xml The creation of this file was a mistake. * NPS for rover fixed * rover_guidance_steering periodic -> autopilot state machine * Fixes and comments
19 lines
494 B
XML
19 lines
494 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="fdm_rover" dir="fdm">
|
|
<doc>
|
|
<description>
|
|
Rover FDM for NPS simulator
|
|
|
|
This module introduces the foundations to construct any rover physics for the NPS simulator.
|
|
If you have a non designed rover physiscs, in nps_fdm_rover.c you can find the instructions
|
|
to build it.
|
|
</description>
|
|
</doc>
|
|
<header/>
|
|
<makefile target="nps|hitl">
|
|
<file name="nps_fdm_rover.c" dir="nps"/>
|
|
</makefile>
|
|
</module>
|
|
|