- Aug 06, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Reasons: - DeviceMaster::_node_map does not need to be shared among instances, because there is at most 1 instance per Flavor and different Flavors have non-intersecting device paths. - Keeping it static would also require a static lock - DeviceMaster::_node_map was not locked at all when used from uORB::Manager So this fixes two synchronization issues: - Different DeviceMaster objects could access the same static data in parallel - getDeviceNode() called from uORB::Manager did not use any locking at all
-
Beat Küng authored
This has the following benefits: - Manager can ensure that there is at most one instance of DeviceMaster per Flavor - The Manager needs access to (static) data of DeviceMaster already. This will make it easier to access this data in a non-static way, and does not introduce new dependencies.
-
Andreas Antener authored
-
Lorenz Meier authored
-
h3ct0r authored
Fixed some edge cases on the geo_tag_images.py script. Added explanation to the --kml function. Added more examples for the execution of the script.
-
Beat Küng authored
It uses a queue length of 6. There are 3 RTCM msgs/s, but due to fragmentation and WiFi lags, there can be more than that. During several tests, a length of 6 showed no queue overflows.
-
sander authored
-
Julian Oes authored
The mission feasability checker was called with the same arguments twice which made it hard to understand when a mission is marked valid. The mission check should run in these two cases: - When initializing (if home comes up) if there is already a mission saved. - When the mission gets updated.
-
Lorenz Meier authored
-
Roman authored
-
- Aug 05, 2016
-
-
Lorenz Meier authored
This reverts commit a956429c.
-
Lorenz Meier authored
This reverts commit 699b6a2c.
-
Mark Whitehorn authored
* fix VTOL vehicle_status timestamp * run astyle
-
James Goppert authored
-
Lorenz Meier authored
-
James Goppert authored
-
sander authored
-
sander authored
-
sander authored
-
Julian Oes authored
The mission feasability checker was called with the same arguments twice which made it hard to understand when a mission is marked valid. The mission check should run in these two cases: - When initializing (if home comes up) if there is already a mission saved. - When the mission gets updated.
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Michael Schaeuble authored
-
Lorenz Meier authored
Navigator: Initialize subscription and disallow copy constructors for classes that have pointer members
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Aug 04, 2016
-
-
Bart Slinger authored
-
Beat Küng authored
-
Julian Oes authored
This brings support for the Ak8963 for Bebop.
-
Vasily Evseenko authored
-
Vasily Evseenko authored
-
Vasily Evseenko authored
-
Vasily Evseenko authored
Fix missing orb_unadvertise on shutdown Fix missing closing of file descriptors
-
Vasily Evseenko authored
-