Skip to content

Releases: 3drobotics/ardupilot-solo

solo-1.5.3

26 Jan 19:34
Compare
Choose a tag to compare

Replace B# tone with A# to avoid affecting IMU3

solo-1.5.2

29 Nov 00:53
Compare
Choose a tag to compare
  • increased assumed current usage during RTL for energy based failsafe (#282)

solo-1.5.1

10 Nov 21:55
Compare
Choose a tag to compare

diff from 1.5.0:

  • added distance-based battery failsafe logic

solo-1.5.0

26 Oct 18:50
Compare
Choose a tag to compare
solo-1.5.0 Pre-release
Pre-release

diff from 1.4.10:

  • fixed a bug where an incomplete compass cal would lock up subsequent attempts
  • fixed a bug where an EKF or GPS glitch failsafe recovery could override a battery failsafe
  • report PreArm: OK or Arm:OK in STATUSTEXT at regular intervals
  • don't run the GPS detection logic repeatedly if the GPS_UBLOX_NO_FIX parameter is set

solo-1.4.10

04 Oct 00:37
Compare
Choose a tag to compare
solo-1.4.10 Pre-release
Pre-release

diff from 1.4.9:

  • ensures that all modes that utilize the land controller's method get_land_descent_speed() call init_land() prior to set all land ramp variables correctly
  • constrains the output of the landing ramp between the min and max land speeds (as set in params)

solo-1.4.9

23 Sep 16:02
Compare
Choose a tag to compare
solo-1.4.9 Pre-release
Pre-release

diff from 1.4.8:

  • ensures that in-air mag field and yaw state flags are reset upon landing which addresses poor mag performance while taking off and landing multiple times in a magnetically anomalous environment

solo-1.4.8

20 Sep 00:38
Compare
Choose a tag to compare
solo-1.4.8 Pre-release
Pre-release

diff from 1.4.7:

  • increase min pwm output when thrust a priority to prevent uncontrolled descents
  • added a 3s latch to prevent localised magnetic anomaly from failing pre-arm checks

solo-1.4.7

16 Sep 16:46
Compare
Choose a tag to compare
solo-1.4.7 Pre-release
Pre-release

diff from 1.4.6:

  • added pre-arm check that disables flight under a certain air pressure (altitude check)
  • enforce gimbal in NEUTRAL mode during level and compass calibrations

solo-1.4.6

14 Sep 16:42
Compare
Choose a tag to compare
solo-1.4.6 Pre-release
Pre-release

diff from 1.4.5:

  • improved land detector to help prevent tipovers
  • fixed a failsafe in which GPS is regained but not recovered (still glitching)

solo-1.4.5

12 Sep 18:10
Compare
Choose a tag to compare
solo-1.4.5 Pre-release
Pre-release

diff from 1.4.4:

  • clearing a magnetic anomaly will latch and prevent the magnetic anomaly from blocking takeoff
  • resolved a failsafe condition where GPS was regained before a GPS glitch recovered