- Dec 03, 2016
-
-
Dennis Shtatnov authored
-
- Dec 02, 2016
-
-
Lorenz Meier authored
-
Andreas Antener authored
-
Andreas Antener authored
Preflight checks: made sure pre-flight check results are always reported first thing on the console and always on new or re-established telemetry links AFTER waiting for the hotplug timeout (leads to double publishing on the console when a new link is established, but this is the best compromise between fixing and completely restructuring)
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Julian Oes authored
This update is needed after changes in https://github.com/ATLFlight/cross_toolchain/pull/10.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
bharathr authored
-
Julian Oes authored
This resolves a bug where a takeoff would go sideways instead of straight up. What happened was that the position setpoint got shifted around even though there was actually no real setpoint set but only a setpoint of type IDLE. This then lead to a position setpoint far away from the takeoff point and therefore scary takeoffs. This fix prevents the part of the position controller which moves/integrates the position setpoint from running in the case of an idle setpoint. This bug could be reproduced by switching the vehicle to mission mode without a valid mission, then switch to hold mode, and then send the arm and takeoff command.
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
- Dec 01, 2016
-
-
José Roberto de Souza authored
This way user can set aftwards any other AUTOSTART value and it will not be overwritten. Also move the block up and set SYS_AUTOCONFIG, this way if air frame configuration was reset in ground station it will wipe the parameters before load new ones.
-
José Roberto de Souza authored
-
- Nov 29, 2016
-
-
Beat Küng authored
A large buffer on the heap was not deallocated when parameters were saved, but there were no changes to the parameters. In that case parameter_flashfs_write() was not called, which was previously responsible for freeing the buffer. This patch moves the responsibility of freeing the buffer to the calling side, which already explicitly allocates the buffer.
-
Mark Whitehorn authored
-
Daniel Agar authored
- if the land detector started before the mavlink module it won't have a valid message vehicle_land_detected message until published again
-
- Nov 28, 2016
-
-
David Sidrane authored
The mapping of PX4_SPIDEV_ACCEL_MAG to PX4_SPIDEV_ICM is not a clean approach and the PX4_SPIDEV_MPU is already used by the mpu9250 leaving the only (and the correct) option to the use PX4_SPIDEV_ICM and make it map to the reused ACCEL_MAG_CS PC15 as 206080D_CS
-
Julian Oes authored
The mavlink message MOUNT_STATUS has been renamed to MOUNT_ORIENTATION. This changes the Firmware code accordingly.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
Thanks to Beat Küng for improved tuning.
-
Lucas De Marchi authored
Make it common with other boards
-
Lucas De Marchi authored
This is the file to set things related to the Intel Aero RTF.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
For now it is only checking if there is a external HMC5883, if necessary more compass should be added and probe.
-
José Roberto de Souza authored
AeroFC is updated by Aero board using the UART between AeroFC and Aero board. This script will copy firmware and px_uploader.py to Aero board and run px_uploader.py with the correct paremeters. User only needs to have a network connection (Ethernet over USB or WiFi) with Aero board to update AeroFC firmware. The IP/hostname can be given by AERO_HOSTNAME environment variable.
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-
José Roberto de Souza authored
-
Lucas De Marchi authored
Right now it's only possible to use ttyS2 as the UART for connecting a companion computer. Add a variable that can be set so other boards may be better supported.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Or mixer load will fail
-
José Roberto de Souza authored
-
Lucas De Marchi authored
We export an "empty" table, but there's no protection when doing ioctl().
-
Lucas De Marchi authored
-
Lucas De Marchi authored
-