- Nov 11, 2016
-
-
Mark Whitehorn authored
-
Paul Riseborough authored
Displaying the RMS innovation values at the end of each replay assets with rapid iteration for time delay parameter tuning without having to plot or post process using another tool.
-
- Nov 10, 2016
-
-
Julian Oes authored
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Julian Oes authored
-
Julian Oes authored
This updates cmake_hexagon and cmake_hexagon inside DriverFramework which fixes somethine about rpcmem.a and the double linking issue.
-
James Goppert authored
Flight tested and is working.
-
James Goppert authored
Minor message clarity fix.
-
James Goppert authored
Have confirmed this works with gazebo sitl.
-
- Nov 09, 2016
-
-
Julian Oes authored
This adds the message MOUNT_STATUS to report about the attitude of a gimbal.
-
Julian Oes authored
We need feedback in mavlink about the attitude of the gimbal. Therefore the gimbal output angles are published in vmount.
-
Julian Oes authored
-
Julian Oes authored
With mavlink2 new messages are added with msg IDs greated than 255. Therefore the msg ID types needed to be raised everywhere.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
There was no feedback if a CMD_SET_MESSAGE_INTERVAL went through or not.
-
- Nov 08, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Paul Riseborough authored
Enables optimum setting of sensor data buffer lengths using specified data delays and min arrival interval.
-
Paul Riseborough authored
-
Paul Riseborough authored
Baro data arriving too soon after the last measurement due to a high sampling rate or timing jitter is rejected inside the ecl EKF to prevent the data buffer overflowing. This patch checks the timestamp difference from the last measurement, and if to small, the data is accumulated and the average sent to the EKF when the time delta is acceptable.
-
Paul Riseborough authored
Fixes: 1) Invalid data with a zero time stamp could be the EKF ends up in the data buffers and result in loss of 'good' data from the buffers 2) Magnetometer data was arriving at a rate faster than the data buffers could handle resulting in loss of data.
-
Paul Riseborough authored
If the replay data for the baro or mag data has a zero time stamp, then the corresponding relative timestamp published over the combined sensor topic must be se to RELATIVE_TIMESTAMP_INVALID so that the ekf2 module does not try to use this data.
-
- Nov 07, 2016
-
-
Lorenz Meier authored
* Fix jmavsim HITL simulation of MAV_CMD_DO_REPOSITION in the case where you have no radio attached to the PX4 and so you have disabled RC link loss for that reason (set NAV_RCL_ACT = 0) but you still want the jmavsimulation to work. The line of code changed here causes failsafe RTL to kick in without this fix. * Add altitude hold option using Z position control, while doing velocity control on vx and vy. * Fix style and rebase issues
-
- Nov 06, 2016
-
-
Michal Stasiak authored
-
Daniel Agar authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Reformatting makes it look worse than it is, but it really only adds {}
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This saves ~1.1KB of RAM for systems with only 1 sensor of each type. If there are more sensors, they will be dynamically added, such that failover still works.
-
Beat Küng authored
reduces the stack depth
-