mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +08:00
[modules] add depends to opticflow_hover
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
<description>
|
<description>
|
||||||
Hovers the drone based on optical flow made for Linux video Devices.
|
Hovers the drone based on optical flow made for Linux video Devices.
|
||||||
|
|
||||||
Computes Pitch- and roll attide from downward looking camera looking at a textured floor.
|
Computes Pitch- and roll attitude from downward looking camera looking at a textured floor.
|
||||||
- Sonar is required.
|
- Sonar is required.
|
||||||
|
- Another module sending the VELOCITY_ESTIMATE ABI message (usually computed from optic flow) is required.
|
||||||
- Controller can hold position
|
- Controller can hold position
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
@@ -35,7 +36,7 @@
|
|||||||
</dl_settings>
|
</dl_settings>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
||||||
<!--depends>cv_opticflow</depends-->
|
<depends>cv_opticflow|px4flow</depends>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<file name="guidance_opticflow_hover.h"/>
|
<file name="guidance_opticflow_hover.h"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user