- Feb 19, 2016
-
-
Mark Charlebois authored
The Terminate function is not properly implemented yet. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
This brings in many of the changes from the PX4 fork on ATLFLight. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The Toolchain-arm-linux-gnueabihf.cmake is currently used for the SnapdragonFlight Apps processor. The sysroot is required for cross building for Ubuntu 14.04 armhf. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
This was being reset in px4_impl_posix.cmake Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
This brings in many of the changes from the PX4 fork on ATLFLight. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
tumbili authored
-
Mark Whitehorn authored
-
Daniel Agar authored
-
- Feb 18, 2016
-
-
Lorenz Meier authored
-
ksschwabe authored
Also, if the battery is a 3DR Solo battery, it checks for the button press on the battery which sets the is_powering_off flag. The check for whether the battery is a 3DR Solo battery is based on whether the Manufacturer Name, Device Name and Device Chemistry all match the that of the standard 3DR Solo battery.
-
ksschwabe authored
Functions added for reading out the following info: - Manufacturer Name - Device Name - Serial Number - Device Chemistry
-
ksschwabe authored
The button press detection relies on reading the MANUFACTURER_DATA register. The implementation of what information is returned when reading this register differs from manufacturer to manufacturer. This has been commented out until an elegant solution can be found to detect the battery shutdown on different batteries manufactured by different manufacturers.
-
Angus Peart authored
This is a cherry-pick of commit 8bd17a4b0cd9c1432cb57a9a80a215692f532370 in 3drobotics/PX4Firmware-solo Conflicts: src/drivers/batt_smbus/batt_smbus.cpp src/drivers/drv_irlock.h src/lib/ecl
-
ksschwabe authored
Also fixes the the PEC calculation for writing. See http://cache.freescale.com/files/32bit/doc/app_note/AN4471.pdf and http://www.ti.com/lit/an/sloa132/sloa132.pdf for more details for more details on SMBus reading and writing including with and without PECs.
-
sander authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Andreas Antener authored
temporarily use indicated airspeed for transitions so we're consistent with tecs until we move tecs to true airspeed
-
tumbili authored
- created enum for vtol types - minor cleanup and fixes
-
tumbili authored
- use the transition trust when waiting for TECS to kick in after transition
-
Andreas Antener authored
-
Roman authored
- do not run TECS for VTO which are in rotary wing mode - reinitialise TECS the first time we start using it again
-
Andreas Antener authored
-
Andreas Antener authored
VTOL/TECS: publish transition throttle after transition until tecs is initialized and fw pos ctl is publishing att setpoint
-
tumbili authored
-