- Oct 01, 2016
-
-
James Goppert authored
-
James Goppert authored
-
James Goppert authored
-
- Sep 30, 2016
-
-
nephen authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- avoid dividing by zero when calculating max delta output - better comments when calculating max delta output - better naming of functions and variables Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
-
Beat Küng authored
-
Beat Küng authored
these functions got merged.
-
Beat Küng authored
If they're in the header and the header is used in multiple .cpp, there are multiple definitions. Oddly it did not lead to an error, but there were multiple structs of the same topic but with different adresses. This lead to a metadata mismatch, when running eg: uorb_tests uorb_tests latency_test
-
Beat Küng authored
-
Beat Küng authored
if not given, the dirs are either not needed (eg RPI) or assumed to exist already
-
Beat Küng authored
These were replaced by cmake, with the template cmake/posix/apps.h_in
-
Beat Küng authored
This avoids error messages on startup.
-
Beat Küng authored
Critical messages that the user sees should also go to the log file, so that the exact error (with time) can later be analyzed from the log file.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
before that, accel data was all 0, but since the gyrosim also publishes accel data, it was not a problem.
-
Beat Küng authored
The thread name is used from within the entry of the new thread, but the provided name could live on the stack of the caller thread. Thus we need to copy the name.
-
Beat Küng authored
Just to make sure the user sees the message.
-
Beat Küng authored
The simulated timer interrupt always adds a new scheduled work task, which is called from the work queue thread. Sending the signal creates measurable overhead (~5% of the px4 CPU runtime) and is unnecessary, since the thread is not sleeping anyway.
-
Beat Küng authored
this makes it consistent with other functions, like px4_task_spawn_cmd() and px4_task_kill()
-
Beat Küng authored
-
Beat Küng authored
-
Julian Oes authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
With this change only builds for NuttX which are very much flash size constraint are optimized for size. All other builds (e.g. SITL, Snapdragon, etc.) are left at the default for debugging or -O2 for the usual use.
-
Julian Oes authored
It makes more sense to set the optimization flags on a platform basis instead of individually for each module. This allows for different optimization options for SITL, NuttX, Snapdragon, etc.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This fixes a corner case where the first advertise/publish of a vehicle_command_ack was missed. What happened was that the orb_subscribe_multi was not called until the topic had been published and therefore orb_exists was happy. This means that by the time orb_subscribe_multi was finally called, the first vehicle_command_ack was already history and not detected by orb_check. This changed adds a flag to the MavlinkOrbSubscription which tells it to subscribe to a topic from the beginning.
-
Julian Oes authored
-
- Sep 29, 2016