mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Add MAVLink stream and cmake sitl target
This commit is contained in:
committed by
Beat Küng
parent
39d1751bbe
commit
b7784a1439
@@ -10,4 +10,5 @@ sh /etc/init.d-posix/10016_iris
|
|||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
param set COM_OBS_AVOID 1
|
param set COM_OBS_AVOID 1
|
||||||
|
param set MPC_XY_CRUISE 5.0
|
||||||
fi
|
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
Submodule Tools/sitl_gazebo updated: 09b20e62df...055e0af4f3
@@ -51,7 +51,7 @@ ExternalProject_Add_Step(sitl_gazebo forceconfigure
|
|||||||
# create targets for each viewer/model/debugger combination
|
# create targets for each viewer/model/debugger combination
|
||||||
set(viewers none jmavsim gazebo)
|
set(viewers none jmavsim gazebo)
|
||||||
set(debuggers none ide gdb lldb ddd valgrind callgrind)
|
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)
|
set(all_posix_vmd_make_targets)
|
||||||
foreach(viewer ${viewers})
|
foreach(viewer ${viewers})
|
||||||
foreach(debugger ${debuggers})
|
foreach(debugger ${debuggers})
|
||||||
|
|||||||
Reference in New Issue
Block a user