- Mar 10, 2017
- Mar 08, 2017
-
-
Julian Oes authored
The param locking doesn't seem to be working on Snapdragon, so let's just comment it out again.
-
Julian Oes authored
This fixes the compass, see: https://github.com/PX4/jMAVSim/pull/55
-
jwilson authored
Resolves a conflict in the type of the index parameter in the dm_read and dm_write function signature, caused by a recent change in the dataman code. This problem was causing the loading of the flight stack to fail on the aDSP.
-
- Mar 07, 2017
-
-
Julian Oes authored
On SITL startup we got a datalink lost failsafe message whenever home was initialized. The reason that in standalone SITL, there is usually no datalink connected. However, on ground, we shouldn't really failsafe, therefore it makes sense not to enter the state in the first place.
-
Beat Küng authored
-
Beat Küng authored
-
Michael Schaeuble authored
-
Beat Küng authored
-
Mathieu Bresciani authored
-
Lorenz Meier authored
-
- Mar 05, 2017
-
-
zthorson authored
Signed-off-by:
zthorson <zachthorson@gmail.com>
-
zthorson authored
Signed-off-by:
zthorson <zachthorson@gmail.com>
-
zthorson authored
The sensor_rest command added to the startup script for px4fmu_v4 hardware was leaving the /dev/pwm_output0 driver open. This would prevent the pwm_out_sim module from registering as a simulated driver. The result would cause the system to properly boot in HIL mode, but you would not be able to set any control surfaces. Since sensor_rest and peripheral_reset are only used on initialization, the drivers can be shut down after they have performed their reset functions. Signed-off-by:
zthorson <zachthorson@gmail.com>
-
Daniel Agar authored
-
- Mar 04, 2017
-
-
Beat Küng authored
-
Beat Küng authored
logger will always log this topic, and a 0 timestamp will look worse in FlightPlot. This will show a period of 0 attitude instead before ekf is initialized.
-
Beat Küng authored
-
Beat Küng authored
The error counter is an indicator that the logger missed samples or dropped due to a too small write buffer.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
in preparation to the updated ekf2 replay
-
Beat Küng authored
-
Beat Küng authored
this is needed due to the additional topics logged with the logger
-
Beat Küng authored
usage: export replay_mode=ekf2 export replay=<abs_path_to_log.ulg> make posix none
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This could happen and then the sleep duration would wrap and be huge.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
this will be needed for fast replay. In addition, this option disables the orb interval. It can be removed again once we have time simulation.
-
Beat Küng authored
when doing fast replay, hrt_absolute_time() will not match the replayed time thus we just use the same timestamp as the input sensors.
-
Beat Küng authored
-
Beat Küng authored
so that CI will build it
-
Beat Küng authored
-