mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
27 lines
820 B
XML
27 lines
820 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="cam_roll" dir="cam_control">
|
|
<doc>
|
|
<description>Camera control on roll axis only</description>
|
|
</doc>
|
|
<settings>
|
|
<dl_settings>
|
|
<dl_settings NAME="Cam">
|
|
<dl_setting MAX="45" MIN="-45" STEP="1" VAR="cam_roll_phi" module="cam_control/cam_roll" shortname="phi" unit="rad" alt_unit="deg" auto="true">
|
|
</dl_setting>
|
|
<dl_setting MAX="1" MIN="0" STEP="1" VAR="cam_roll_mode" module="cam_control/cam_roll" shortname="manual - stablzd">
|
|
</dl_setting>
|
|
</dl_settings>
|
|
</dl_settings>
|
|
</settings>
|
|
<header>
|
|
<file name="cam.h"/>
|
|
</header>
|
|
<init fun="cam_init()"/>
|
|
<periodic fun="cam_periodic()" freq="10."/>
|
|
<makefile>
|
|
<define name="MOBILE_CAM"/>
|
|
<file name="cam_roll.c"/>
|
|
</makefile>
|
|
</module>
|