Skip to content

Tags: svpcom/Firmware

Tags

v1.4.1rc2

Toggle v1.4.1rc2's commit message
MAVLink app: Fix rate handling

v1.3.4

Toggle v1.3.4's commit message
Update Matrix.hpp (PX4#4966)

This was horribly wrong. Matrix is first cast into a matrix of size NxM (which is supposed to be the size of the result - NOT the starting point) so the transpose result becomes garbage. Instead make "Me" an MxN matrix as the original. Took me a whole evening to figure out this problem. Now my Kalman filter finally returns good results.

v1.4.1rc1

Toggle v1.4.1rc1's commit message
v1.4.0 transitional support for battery count

v1.4.0rc4

Toggle v1.4.0rc4's commit message
Fix MAVLink reporting of Firmware version, implement dev / release ve…

…rsion reporting

v1.4.0rc3

Toggle v1.4.0rc3's commit message
Strip ESC calib commandline tool

v1.4.0rc2

Toggle v1.4.0rc2's commit message
travis-ci fix git shallow clone for git ver (PX4#4885)

v1.4.0rc1

Toggle v1.4.0rc1's commit message
px4io: set safety on before going into bootloader (PX4#4860)

Sometimes when flashing new firmware, the IO update fails because safety
is off. In this case, we should set safety on first before putting the
IO board into bootloader mode.

v1.3.2

Toggle v1.3.2's commit message
Updated IRIS params

v1.3.3

Toggle v1.3.3's commit message
land_detector: fix timestamp type (PX4#4710)

The overflow of the uint32_t lead to the land_detector start getting
aborted.

v1.3.1

Toggle v1.3.1's commit message
SBUS decoding: Fix channel 18 return value