Skip to content

Commit

Permalink
Add tiltrotor cam model
Browse files Browse the repository at this point in the history
F
  • Loading branch information
Jaeyoung-Lim committed Oct 20, 2023
1 parent 28da687 commit 32b4447
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ROMFS/px4fmu_common/init.d-posix/airframes/1045_tiltrotor_cam
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
1 change: 1 addition & 0 deletions ROMFS/px4fmu_common/init.d-posix/airframes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ px4_add_romfs_files(
1042_tiltrotor
1043_standard_vtol_drop
1044_plane_lidar
1045_tiltrotor_cam
1060_rover
1061_r1_rover
1062_tf-r1
Expand Down
2 changes: 1 addition & 1 deletion Tools/simulation/gazebo/sitl_gazebo
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ set(models
tailsitter
techpod
tiltrotor
tiltrotor_cam
typhoon_h480
uuv_bluerov2_heavy
uuv_hippocampus
Expand Down

0 comments on commit 32b4447

Please sign in to comment.