- Aug 09, 2018
-
-
Martina authored
-
Martina authored
active
-
Martina authored
isn't duplicated
-
Martina authored
mc_pos_control
-
Martina authored
structure (flight task refactor)
-
Martina authored
-
Martina authored
interface
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
- Aug 08, 2018
-
-
acfloria authored
-
acfloria authored
-
acfloria authored
During startup retry commands several times before exiting. Report if the startup was successful or failed.
-
acfloria authored
-
acfloria authored
-
Beat Küng authored
- the uorb behavior got recently changed so that we now need to clear any potential existing messages when we start log streaming. - ulog_stream_ack should also not use a queue, since the ack is done synchonous between mavlink and the logger.
-
Beat Küng authored
-
Anthony Lamping authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Otherwise these files are added to the NuttX ROMFS build.
-
Beat Küng authored
Move ros logs dir so that .ulg files are not in the same directory (mission_test.py:: get_last_log() fails otherwise)
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This is to not lose any existing functionality until we have everything unified.
-
Beat Küng authored
Also ignore the warning: error: calling 'system' uses a command processor [cert-env33-c,-warnings-as-errors]
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Ensures that clients will get the output of the listener.
-
Beat Küng authored
By reading sizeof(packet), it could have happened that 2 packets at once were read, and the second one was then ignored. This makes sure that only one packet at a time is read. The other 2 changes are for efficiency.
-