mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
26 lines
807 B
XML
26 lines
807 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="nav_border_line" dir="nav">
|
|
<doc>
|
|
<description>
|
|
navigate along a border line (line 1-2) with turns in the same direction
|
|
|
|
you can use this function to navigate along a border if it is essetial not to cross it
|
|
navigation is along line p1, p2 with turns in the same direction to make sure you dont cross the line
|
|
take care youre navigation radius is not to small in strong wind conditions!
|
|
In the flight plan:
|
|
<!--
|
|
<call fun="nav_line_init()"/>
|
|
<call fun="nav_line(WP_waypoint1_name, WP_waypoint1_name, nav_radius)"/>
|
|
-->
|
|
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="nav_border_line.h"/>
|
|
</header>
|
|
<makefile>
|
|
<file name="nav_border_line.c"/>
|
|
</makefile>
|
|
</module>
|