- Jan 15, 2018
-
-
Anthony Lamping authored
-created a test base class to centralize redundant methods among the different tests -added mission waypoint list topic listener (this also helps make sure the simulation is ready) -check number of mission waypoints in FCU against mission -increase time for mavros topics to be ready from 30 to 60 seconds -reduce position check loop rates -clean up logging -support QGC plan for mission file format, see #8619 -vehicle is an arg for mission test launch file, working toward other airframes -Jenkins: fix vtol vehicle arg value -get MAV_TYPE param and use FW radius for pure fixed-wing mission position check -remove unused vehicle arg from test in multiple tests launch, clearing runtime warning
-
- Jan 14, 2018
-
-
Lorenz Meier authored
This brings in new ROI commands and general sync.
-
TSC21 authored
-
TSC21 authored
-
Lorenz Meier authored
The calls have not been updated as the CI target has been.
-
ChristophTobler authored
-
ChristophTobler authored
This is temporary until there is a solution that works for adc and posix power modules
-
ChristophTobler authored
-
ChristophTobler authored
-
stmoon authored
-
stmoon authored
-
stmoon authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- the SuperBlock already does this
-
Lorenz Meier authored
The debug messages are too verbose to be run in a production vehicle and inherently were something that should only be run in SITL / debug sessions on hardware. Switching the flag to the PX4_DEBUG() macro does not only make this more explicit, but also saves a lot of flash space that otherwise was consumed by the strings.
-
Lorenz Meier authored
This ensures that users do not accidentally enable this in an airborne system and saves flash space.
-
Lorenz Meier authored
And also format file according to code style.
-
- Jan 13, 2018
-
-
PX4 Jenkins authored
-
Matthias Grob authored
-
- Jan 12, 2018
-
-
Daniel Agar authored
- fixes #8585
-
Daniel Agar authored
-
Beat Küng authored
This bound can be quite tight, because: - The system still behaves well, even if all FD's are used (as opposed to a stack overflow) - The amount of used FD's is typically only increased one at a time (e.g. adding new logged topics, adding a mavlink stream, ...) - reducing CONFIG_NFILE_DESCRIPTORS to the minimum frees up a considerable amount of RAM on systems that need it
-
Beat Küng authored
Makes sure that if CONFIG_NFILE_DESCRIPTORS == 0, no warning is printed.
-
Lorenz Meier authored
It is important that tasks do not run out of them and this addition will provide a warning and log evidence if it goes wrong.
-
Daniel Agar authored
-
ChristophTobler authored
-
ChristophTobler authored
with this commit, lines can be edited with the lef/right arrow key
-
- Jan 11, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Matthias Grob authored
Simulator: virtual battery drain stops by default at 50% to avoid failing preflight checks to take off again also added comments and removed throttle compensation because there is no real battery emulation with load drop
-
Matthias Grob authored
Battery: enhanced voltage, capacity estimate fusion, set empty voltage to a useful value for reasonable lipo usage
-
Matthias Grob authored
-
Matthias Grob authored
-