- Apr 19, 2016
-
-
tumbili authored
-
Sebastian Verling authored
Signed-off-by:
CarlOlsson <carlolsson.co@gmail.com>
-
Roman authored
-
Roman authored
-
Roman authored
-
Beat Küng authored
How can someone just add a FIXME for such a simple case?!
-
Beat Küng authored
This fixes the previously introduced unit test. It fixes the case where orb_subscribe_multi is called multiple times with different instances, and no publisher advertised the topic yet. In this case all subscribers got the same instance 0.
-
Beat Küng authored
This fails both on NuttX & Linux
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
In the existing implementation, the map had to be searched twice.
-
Beat Küng authored
This fixes a subtle bug: the instance parameter of orb_advertise is an output parameter and thus its value can be random. However in node_open this value is accessed and thus the open(...) call could succeed even though it should not. This can happen for example if a second advertiser of a topic calls orb_advertise_multi with *instance=0. The existing implementation worked only because *instance was initialized with -1 in most cases.
-
Lorenz Meier authored
-
tumbili authored
we are now using the vehicle_landing_detected topic instead of getting the landed flag from the vehicle status topic
-
- Apr 18, 2016
-
-
Benoit Landry authored
-
Lorenz Meier authored
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
-
jwilson authored
Adding new CMake config files which will be used to generate a build which uses the legacy sensor drivers. This is only temporary until integration with the corresponding PX4 DriverFramework drivers is complete.
-
Lorenz Meier authored
-
Emmanuel Roussel authored
-
Emmanuel Roussel authored
-
Emmanuel Roussel authored
sensor_combined
-
Emmanuel Roussel authored
(Ran AStyle)
-
Emmanuel Roussel authored
Disable free-fall detection when threshold is 0
-
Emmanuel Roussel authored
Added free-fall status in vehicle_status topic
-
Emmanuel Roussel authored
-
Emmanuel Roussel authored
-
Emmanuel Roussel authored
-
devbharat authored
-
Roman authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Andrew Tridgell authored
this gives control over timer capture driver
-
Andrew Tridgell authored
-
Andrew Tridgell authored
we had run out of them. _IOC_MASK is 0xFF, so we can add an extra 16 without an issue
-