- May 09, 2019
-
-
Matthias Grob authored
visibility.h is included globally in PX4 via cmake compile flags. It contains poisoning the exit() command which is used by gtest to close the test application. Removing the flag for gtest compilation fixes the compile error: gtest.cc:4757:7: error: attempt to use poisoned "exit"
-
Matthias Grob authored
-
- Mar 14, 2019
-
-
Daniel Agar authored
-
- Mar 02, 2019
-
-
Daniel Agar authored
- support range based for loops - add remove() method to remove a node - add clear() to empty entire list and delete nodes - add empty() helper
-
- Jan 24, 2019
-
-
Daniel Agar authored
-
- Jan 20, 2019
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- Dec 22, 2018
-
-
Julian Oes authored
Instead of using the define __PX4_POSIX_SITL it makes more sense to have a define just to determine if the lockstep scheduler should be used.
-
Julian Oes authored
This makes sure lockstep is only built for SITL builds and fixes the existing builds.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This integrates the lockstep_scheduler, so that the system time is set by the mavlink HIL_SENSOR message. This means that the speed factor is removed and the speed is entirely given by the simulator.
-
Julian Oes authored
These contains some rough changes trying to get SITL to speed up by a SPEED_FACTOR. This platform time code probably requires some more thought and refactor but this gets a demo at 4x working.
-
Julian Oes authored
This is another step to isolate time from the system.
-
Julian Oes authored
This is a step towards isolating time from the system.
-
- Nov 23, 2018
-
-
Daniel Agar authored
-
- Sep 16, 2018
-
-
Lukas Woodtli authored
These leaks are not critical but the address-sanitizer complains. And it's better programming practice anyway. Signed-off-by:
Lukas Woodtli <woodtli.lukas@gmail.com>
-
- Aug 31, 2018
-
-
Beat Küng authored
Generally exit() should not be used on Posix, because it exits the whole program instead of only the task.
-
- Jul 01, 2018
-
-
Daniel Agar authored
-
- Mar 27, 2018
-
-
Daniel Agar authored
-
- Mar 13, 2018
-
-
Beat Küng authored
-
- Jan 30, 2018
-
-
Daniel Agar authored
-
- Sep 16, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Aug 23, 2017
-
-
Daniel Agar authored
-
- Aug 20, 2017
-
-
Daniel Agar authored
-
- Mar 29, 2017
-
-
Beat Küng authored
Just to make sure that it will never be used on NuttX. This is not an architectural limitation, just a memory optimization, since we call clearenv() on NuttX.
-
- Mar 24, 2016
-
-
Julian Oes authored
This moves the mavlink_log interface from ioctl to uORB and enables the mavlink statusmessage output for Snapdragon. The API changes will lead to changes in all modules that are using it.
-
Julian Oes authored
-
- Feb 19, 2016
-
-
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
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
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
This brings in many of the changes from the PX4 fork on ATLFLight. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Nov 19, 2015
-
-
David Sidrane authored
-