Rebase changes on upstream master

This brings in many of the changes from the PX4 fork on ATLFLight.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2016-01-18 23:16:31 -08:00
committed by Julian Oes
parent b24d29e1eb
commit 4c9492e10f
5 changed files with 10 additions and 3 deletions
+3
View File
@@ -155,6 +155,9 @@ posix_sitl_ekf2:
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."
ros_sitl_default:
$(call cmake-build,$@)
qurt_eagle_travis: qurt_eagle_travis:
$(call cmake-build,$@) $(call cmake-build,$@)
@@ -83,6 +83,7 @@ set(config_module_list
modules/attitude_estimator_q modules/attitude_estimator_q
modules/ekf_att_pos_estimator modules/ekf_att_pos_estimator
modules/position_estimator_inav modules/position_estimator_inav
modules/ekf2
# #
# Vehicle Control # Vehicle Control
+1
View File
@@ -182,6 +182,7 @@ if(UNIX AND APPLE)
else() else()
set(added_definitions set(added_definitions
-D__PX4_POSIX -D__PX4_POSIX
-D__PX4_LINUX -D__PX4_LINUX
@@ -42,6 +42,8 @@
* parameter needs to set to the key (magic). * parameter needs to set to the key (magic).
*/ */
#ifdef __PX4_QURT
/** /**
* Circuit breaker for power supply check * Circuit breaker for power supply check
* *