forked from Archive/PX4-Autopilot
Re-add missing ease-of-use make targets
This commit is contained in:
parent
7f41238f70
commit
05c7a0683d
11
Makefile
11
Makefile
|
@ -84,6 +84,17 @@ posix_sitl_simple:
|
|||
qurt_eagle_travis:
|
||||
$(call cmake-build,$@)
|
||||
|
||||
posix: posix_sitl_simple
|
||||
|
||||
sitl_quad:
|
||||
Tools/sitl_run.sh posix-configs/SITL/init/rcS
|
||||
|
||||
sitl_plane:
|
||||
Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing
|
||||
|
||||
sitl_ros:
|
||||
Tools/sitl_run.sh posix-configs/SITL/init/rc_iris_ros
|
||||
|
||||
# Other targets
|
||||
# --------------------------------------------------------------------
|
||||
# explicity set default build target
|
||||
|
|
Loading…
Reference in New Issue