- Jun 03, 2016
-
-
Daniel Agar authored
-
BharathR authored
-
- Jun 02, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Beat Küng authored
-
Beat Küng authored
This is to minimize delay
-
Beat Küng authored
necessary for mavlink receiver. It had the following output: mavlink_rcv_if0: node_open as advertiser failed.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
avoids multiple declarations of...
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Both succeed under Posix & NuttX (Pixracer)
-
Beat Küng authored
This adds two uORB API calls: - orb_advertise_queue - orb_advertise_multi_queue Both add a queue_size parameter to define a maximum number of buffered item. The existing orb calls use all a queue size of one and thus their behavior is unchanged. If a writer publishes too fast, the oldest elements from the queue are silently dropped. The returned timestamp is always the one from the latest message in the queue. Queue size can be set via ioctl during advertisement phase. After that it cannot be changed anymore.
-
Lorenz Meier authored
-
Kabir Mohammed authored
-
- Jun 01, 2016
-
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Added missing stub function and added SDK 2 and 3 support. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The inc and lib directories were renamed to incs and libs. This requires an updated cmake_hexagon and come changes to qurt paths in PX4. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
David Sidrane authored
-
Lorenz Meier authored
-
Julian Oes authored
The overflow of the uint32_t lead to the land_detector start getting aborted.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Kabir Mohammed authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-