Files
paparazzi/conf/modules/fdm_rover.xml
T
Jesús Bautista Villar 4d4fbc2852 Rover steering wheel (#2845)
* 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
2022-03-24 15:31:12 +01:00

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>