- Apr 03, 2019
-
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
using paramter_update.py script
-
bresch authored
using parameter_update.py script
-
bresch authored
-
bresch authored
Parameter update - Add parameter_update.py script used to rename the BlockParam variables with the new strict naming convention
-
Nuno Marques authored
commander: PreflightCheck replace all differential_pressure sensor checks with airspeed checks (#11722)
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Julian Oes authored
This fixes the issue where the DO_CHANGE_SPEED command was ignored and the drone always travelled at the MPC_XY_CRUISE velocity.
-
bresch authored
velocity smoothing library to create a jerk-limited trajectory along the Z axis. This FlightTask is used when MPC_POS_MODE = 3.
-
Roman authored
configurable Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
-
- Apr 02, 2019
-
-
mcsauder authored
Delete trailing whitespace, extra newlines, to quiet git hooks and add an extra = so that it does not appear to git as a merge conflict marker.
-
David Sidrane authored
-
David Sidrane authored
There is no need to not to start a pwm based led or a rgbled_ncp5623c if the old TCA62724FMG is started. They will all work in parallel.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
I2C bus chaged I2C0 is external, I2C1 internal Added BMM150 on I2C1 @ Addr 0x100 Added BMP280 on I2C1 @ Addr 0x76 UART0 (/dev/ttyS1) now used at Telem 2 Chip select added for W25X40CLUXIG Calibration EE prom Driver is not added at this time
-
Nico van Duijn authored
This updates the submodule sitl_gazebo to include the iris_obs_avoid sdf model
-
Nico van Duijn authored
-
- Mar 30, 2019
-
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
- Mar 29, 2019
-
-
Thijs Raymakers authored
-
- Mar 28, 2019
-
-
DanielePettenuzzo authored
-
CarlOlsson authored
Signed-off-by:
CarlOlsson <carlolsson.co@gmail.com>
-
Beat Küng authored
-
- Mar 27, 2019
-
-
Julian Oes authored
This is a workaround for the write timeout that we have seen for some host computers trying to flash the firmware. We don't know the root cause of the problem but we do observed the following: - For blocking writes with timeout (Pyserial write_timeout=0.5): write() throws SerialTimeoutException. In systrace we see that the select() call after write waiting for the write to be finished hangs and finally times out. - For blocking writes without timeout (Pyserial write_timeout=None): write() hangs indefinitely. In systrace we see that the select() call after write waiting for the write to be finished hangs. - For non-blocking writes: write() works but flush() hangs. In systrace we see that ioctl(fd, TCSBRK, 1) which is (correctly) triggered by termios tcdrain hangs. Inspecting USB traffic using usbmon, we can see that the data which is written actually seems to be sent and looking at responses from the Pixhawk bootloader and the timings it looks like all the data has arrived. This workaround uses non-blocking writes without flushing and this seemed to prevent the issue from happening so far. Debugging was done in collaboration with Beat Küng and David Sidrane.
-
Julian Oes authored
The replay functionality was broken with lockstep. This is an interim fix for the replay functionality. In the longer term it would be nice to leverage the lockstep speedup for the replay.
-
Matthias Grob authored
Put adaption into a method because it needs to be called when the control mode or the parameter changes.
-
Matthias Grob authored
- Remove unnecessary in between rate limits member vectors. - Only switch the yaw rate limit in auto modes, other values stay the same anyways. - Fill gain vectors with parameters in one line.
-