mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Enable replay target
This commit is contained in:
@@ -152,6 +152,9 @@ posix_sitl_lpe:
|
|||||||
posix_sitl_ekf2:
|
posix_sitl_ekf2:
|
||||||
$(call cmake-build,$@)
|
$(call cmake-build,$@)
|
||||||
|
|
||||||
|
posix_sitl_replay:
|
||||||
|
$(call cmake-build,$@)
|
||||||
|
|
||||||
ros_sitl_default:
|
ros_sitl_default:
|
||||||
@echo "This target is deprecated. Use make 'posix_sitl_default gazebo' instead."
|
@echo "This target is deprecated. Use make 'posix_sitl_default gazebo' instead."
|
||||||
|
|
||||||
@@ -199,7 +202,7 @@ clean:
|
|||||||
|
|
||||||
# targets handled by cmake
|
# targets handled by cmake
|
||||||
cmake_targets = test upload package package_source debug debug_tui debug_ddd debug_io debug_io_tui debug_io_ddd check_weak \
|
cmake_targets = test upload package package_source debug debug_tui debug_ddd debug_io debug_io_tui debug_io_ddd check_weak \
|
||||||
run_cmake_config config gazebo gazebo_gdb gazebo_lldb jmavsim \
|
run_cmake_config config gazebo gazebo_gdb gazebo_lldb jmavsim replay \
|
||||||
jmavsim_gdb jmavsim_lldb gazebo_gdb_iris gazebo_lldb_tailsitter gazebo_iris gazebo_iris_opt_flow gazebo_tailsitter \
|
jmavsim_gdb jmavsim_lldb gazebo_gdb_iris gazebo_lldb_tailsitter gazebo_iris gazebo_iris_opt_flow gazebo_tailsitter \
|
||||||
gazebo_gdb_standard_vtol gazebo_lldb_standard_vtol gazebo_standard_vtol
|
gazebo_gdb_standard_vtol gazebo_lldb_standard_vtol gazebo_standard_vtol
|
||||||
$(foreach targ,$(cmake_targets),$(eval $(call cmake-targ,$(targ))))
|
$(foreach targ,$(cmake_targets),$(eval $(call cmake-targ,$(targ))))
|
||||||
|
|||||||
Reference in New Issue
Block a user