forked from Archive/PX4-Autopilot
Add MAVLink stream and cmake sitl target
This commit is contained in:
parent
39d1751bbe
commit
b7784a1439
|
@ -10,4 +10,5 @@ sh /etc/init.d-posix/10016_iris
|
|||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
param set COM_OBS_AVOID 1
|
||||
param set MPC_XY_CRUISE 5.0
|
||||
fi
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# shellcheck disable=SC2154
|
||||
mavlink start -x -u 14558 -r 4000000 -m onboard -o 14541 # add mavlink stream for SDK
|
|
@ -1 +1 @@
|
|||
Subproject commit 09b20e62df749b027b4741d6c001f8b36da06288
|
||||
Subproject commit 055e0af4f3ecee70befc42708c4f3461441d28b6
|
|
@ -51,7 +51,7 @@ ExternalProject_Add_Step(sitl_gazebo forceconfigure
|
|||
# create targets for each viewer/model/debugger combination
|
||||
set(viewers none jmavsim gazebo)
|
||||
set(debuggers none ide gdb lldb ddd valgrind callgrind)
|
||||
set(models none shell iris iris_opt_flow iris_vision iris_rplidar iris_irlock standard_vtol plane solo tailsitter typhoon_h480 rover hippocampus tiltrotor)
|
||||
set(models none shell iris iris_opt_flow iris_vision iris_rplidar iris_irlock iris_obs_avoid standard_vtol plane solo tailsitter typhoon_h480 rover hippocampus tiltrotor)
|
||||
set(all_posix_vmd_make_targets)
|
||||
foreach(viewer ${viewers})
|
||||
foreach(debugger ${debuggers})
|
||||
|
|
Loading…
Reference in New Issue