forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
ROMFS/px4fmu_common/init.d-posix/airframes/1045_tiltrotor_cam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
# | ||
# @name Tiltrotor SITL with camera | ||
# | ||
|
||
. ${R}etc/init.d-posix/airframes/1042_tiltrotor | ||
|
||
# Camera trigger interface is MAVLink | ||
param set-default TRIG_INTERFACE 3 | ||
|
||
# Distance trigger mode enabled | ||
param set-default TRIG_MODE 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sitl_gazebo
updated
from b75cce to c9d95f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters