- Aug 25, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 24, 2018
-
-
David Sidrane authored
Added paramater based low pass fileter settting from IMU_ACCEL_CUTOFF. removed gotos.
-
David Sidrane authored
Added paramater based low pass fileter settting from IMU_GYRO_CUTOFF. Added interfaces for setting the HW low pass filter. Set HW LPF to 64 Hz Changed poll rate to ODR to 800 Hz. Documeted the TIMER_REDUCTION value as 20% and changed it to 250 Us / 1250 us. Added standby control API, to insure chip is configured in standby mode. removed tabs. removed gotos.
-
mcsauder authored
-
Philipp Oettershagen authored
Fixed-wing autoland: Introduce parameter to enable/disable the early activation of the landing configuration
-
Philipp Oettershagen authored
Fixed-wing autoland: Remove the dynamic altitude acceptance calculation and just use a simple separate landing altitude acceptance radius instead. This gives users that do not use LOITER-TO-ALT waypoints more control over their landing procedure
-
Philipp Oettershagen authored
-
Philipp Oettershagen authored
-
Philipp Oettershagen authored
Fixed-wing autoland: ALWAYS flare when close to the ground, independently of the horizontal distance to the land WP. This avoids that we crash into the ground at negative pitch and guarantees that the flare always starts at the same altitude above ground. However, the motor shutoff still depends on the horizontal distance to the LAND WP, thus avoiding that the motor is shut off prematurely
-
Philipp Oettershagen authored
Fixed-wing autoland: Use a more appropriate (i.e. mostly tighter) altitude acceptance radius than just the standard altitude acceptance parameter (which may be too large to allow a precise autoland)
-
Philipp Oettershagen authored
Fixed-wing autoland: 1) The landing configuration (flaps, different airspeed) is now already set during the loiter down instead of at the start of the landing approach. This is done to avoid any mode changes (which can cause altitude/airspeed jumps) so close to the gorund. 2) A scaling factor for the TECS throttle time constant was added which allows tighter throttle control during the landing (i.e. close to the ground) than high up in the air
-
- Aug 23, 2018
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Logger was hard faulting on start due to a write to null pointer dereferece of errata
-
David Sidrane authored
-
David Sidrane authored
NXPhlite does not have a companion link. So start Mavlink on ttyS4 and ttyACM only.
-
David Sidrane authored
-
Daniel Agar authored
-
Daniel Agar authored
-
PX4 Build Bot authored
- ecl in PX4/Firmware (8b6b34b8f073fc47fdce658ab5c1bccd7e1682db): https://github.com/PX4/ecl/commit/34cd1366b715d80885d71f80c72cc5d0bfde64f0 - ecl current upstream: https://github.com/PX4/ecl/commit/aa134d5a617cd90142d82039c4466aef2f009383 - Changes: https://github.com/PX4/ecl/compare/34cd1366b715d80885d71f80c72cc5d0bfde64f0...aa134d5a617cd90142d82039c4466aef2f009383 aa134d5 2018-08-20 Roman - l1 position controller: make sure that a NAN roll setpoint does not keep the roll setpoint state at NAN forever
-
- Aug 22, 2018
-
-
mcsauder authored
Directly set parameters in airframe config files rather than setting script variables and move the param set lines into logic blocks, and alphabetize and tidy up param set lists.
-
Beat Küng authored
- the timestamp is only used for logging and log analysis. For that it's important to have the timestamp when a setpoint becomes active. - there was a consistent problem with the position_setpoint_triplet timestamp, where the timestamp was just bogus. Timesync seems to work correctly though. Might be a problem on the sender side? For example here: https://logs.px4.io/plot_app?log=41918a7d-4c1d-464d-9abe-aef2c0818d92
-
- Aug 21, 2018
-
-
Daniel Agar authored
-
dakejahl authored
This fixes the issue where the vehicle yaws in a seemingly random direction when RC is lost.
-
PX4 Build Bot authored
- sitl_gazebo in PX4/Firmware (7f41ead2): https://github.com/PX4/sitl_gazebo/commit/c1ca87e37b831cd4b64ac642957e701875738909 - sitl_gazebo current upstream: https://github.com/PX4/sitl_gazebo/commit/821c55ca714d7acf93d8ed96af71237b8437e488 - Changes: https://github.com/PX4/sitl_gazebo/compare/c1ca87e37b831cd4b64ac642957e701875738909...821c55ca714d7acf93d8ed96af71237b8437e488 821c55c 2018-08-20 Elia Tarasov - remove unused destination socket address 37faf25 2018-08-20 Elia Tarasov - remove undecalred member function d5ca1d4 2018-08-20 Elia Tarasov - fix default QGC udp port initialization
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 20, 2018
-
-
Daniel Agar authored
- v2.0 in PX4/Firmware (485c5db2): https://github.com/mavlink/c_library_v2/commit/6404047979cadac62fecd75070cd995f1ca66ca2 - v2.0 current upstream: https://github.com/mavlink/c_library_v2/commit/fe2349dea9a88fb5b873eff2a59a88125943fd61 - Changes: https://github.com/mavlink/c_library_v2/compare/6404047979cadac62fecd75070cd995f1ca66ca2...fe2349dea9a88fb5b873eff2a59a88125943fd61 fe2349d 2018-08-11 PX4BuildBot - autogenerated headers for rev https://github.com/mavlink/mavlink/tree/141637e21e87a9c4ade90dbb9d544375294c106a 1d49e43 2018-08-09 PX4BuildBot - autogenerated headers for rev https://github.com/mavlink/mavlink/tree/f4fda461caaa0cb2c5dfed20d21a9d2a254b6c03
-
Daniel Agar authored
- ecl in PX4/Firmware (5d5841de980ca2d108d52f4652a9437507652860): https://github.com/PX4/ecl/commit/35f628e68febc54abee801797da5f92612d89116 - ecl current upstream: https://github.com/PX4/ecl/commit/34cd1366b715d80885d71f80c72cc5d0bfde64f0 - Changes: https://github.com/PX4/ecl/compare/35f628e68febc54abee801797da5f92612d89116...34cd1366b715d80885d71f80c72cc5d0bfde64f0 34cd136 2018-08-12 Daniel Agar - Jenkins update PX4BuildBot credential usage
-
Martina Rivizzigno authored
-
Hamish Willee authored
-
- Aug 19, 2018
-
-
Daniel Agar authored
-
- Aug 18, 2018
-
-
mcsauder authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 17, 2018
-
-
Daniel Agar authored
* jenkins: decrease VTOL mission alt and FW mission use simple land wps * startup: decrease min airspeed scaling factor for landing * jenkins: FW mission include loiter_to_alt cmd
-
Daniel Agar authored
-