Warning #1: an issue has been found with Tower's Pause button which can cause the vehicle to fly to an old position if the vehicle has not sent a position update to Tower in some time.
Warning #2: Copter-3.3.2 fixes a bug found in Copter-3.3.1's desired climb rate initialisation which could lead to a sudden momentary drop when switching from Stabilize or Acro to AltHold, Loiter or PosHold.
Warning #3: Copter-3.3.2 fixes an issue found in Copter-3.3.1 which could lead to hard landings in RTL or AUTO if the WPNAV_SPEED_DN was set too high (i.e. >400 or 4m/s) and/or the WPNAV_ACCEL_Z was set too low (i.e. <100 or 1m/s/s).
Warning #4: a bug was found in Copter-3.3 which could cause a sudden crash if you abort a Take-off initiated from a ground station. Video description is here. The bug is fixed in Copter-3.3.1 so we recommend upgrading.
Note #1: AC3.3-rc8 corrected a long standing bug in the HDOP reporting. HDOP values will appear about 40% lower than previously but this does not actually mean the GPS position is better than before.
Note #2: if upgrading from AC3.2.1 the vehicle's accelerometer calibration needs to be done again.
Note #3: set SERIAL2_PROTOCOL to "3" and reboot the board to enable FrSky telemetry like in previous versions.
Note #4: the wiki will be updated over the next few weeks to explain how to use the new features
Copter-3.3.1 is available through the mission planner. The full list of changes vs AC3.2.1 can be see in the ReleaseNotes and below are the most recent changes since AC3.3.
Sadly this version (and all future versions) will not run on the APM2.x boards due to CPU speed, flash and RAM restrictions.
Changes from 3.3:
1) Bug fix to prevent potential crash if Follow-Me is used after an aborted takeoff
2) compiler upgraded to 4.9.3 (runs slightly faster than 4.7.2 which was used previously)
Changes from 3.3-rc11:
1) EKF recovers from pre-arm "Compass variance" failure if compasses are consistent
Changes from 3.3-rc10:
1) PreArm "Need 3D Fix" message replaced with detailed reason from EKF
Changes from 3.3-rc9
1) EKF improvements:
a) simpler optical flow takeoff check
2) Bug Fixes/Minor enhancements:
a) fix INS3_USE parameter eeprom location
b) fix SToRM32 serial protocol driver to work with recent versions
c) increase motor pwm->thrust conversion (aka MOT_THST_EXPO) to 0.65 (was 0.50)
d) Firmware version sent to GCS in AUTOPILOT_VERSION message
3) Safety:
a) pre-arm check of compass variance if arming in Loiter, PosHold, Guided
b) always check GPS before arming in Loiter (previously could be disabled if ARMING_CHECK=0)
c) sanity check locations received from GCS for follow-me, do-set-home, do-set-ROI
d) fix optical flow failsafe (was not always triggering LAND when optical flow failed)
e) failsafe RTL vs LAND decision based on hardcoded 5m from home check (previously used WPNAV_RADIUS parameter)
Thanks for your testing!
Replies
AC3.3-rc10 is available for beta testing. I've updated the main section with the changes.
The changes vs –rc9 are mostly of bug fixes and safety improvements. This is hopefully the last release candidate before the official Copter-3.3 release.
The new EKF compass variance pre-arm check (3a) may require another release candidate because if the EKF stops using the compass there’s currently no way for it to recovery without rebooting the flight controller. Solo-master has a solution for this that we may need to import if too many people find they can never get past the “EKF compass variance” pre-arm check but let's see!
There are a number of parameters listed on the RTL flight mode wiki page that may help. So for example, to stop the vehicle from descending during the land phase of RTL, set RTL_ALT_FINAL to a number > 0. like 10m and it will stay up there.
I think everyone understands, but just in case, the failsafe radius of 5m is only used to make the decision whether the vehicle should RTL (as the failsafe parameter specifies) or whether it should instead LAND. So if the vehicle is within 5m of home when the failsafe happens, it will trigger a LAND instead of an RTL. If an RTL happens, it will still attempt to land at the takeoff location.
The feedback I've received on the previous 2m radius (from a few people) was that it was too small. There's some discussion of a more complicated decision involving altitude and distance from home but sadly that will need to wait for Copter-3.4.
I think 5m (or 15feet) is really quite a short distance but I must admit when Luis and I discussed it I thought to myself it was perhaps too large. How about 3m or 4m? I'm not keen on using WPNAV_RADIUS because I think most people will not expect this parameter to affect the failsafe behaviour so I'd prefer a hardcoded distance if we can agree on one.
Hi Brad,
I was discussing this issue of the radius with Randy, and the 2m seems somewhat "short" because of the errors associated with positioning, read "GPS positioning radius", which would result in never being "inside" that circle.
With a larger fixed diameter the possibility of being inside the radius increases, and you have the ability of repositioning the vehicle while it is landing (LAND_REPOSITION=1).
Other option would be to use the GPS horizontal error as a factor, but that would vary too much to be reliable.
Even yesterday with RC9 I had one of these events happen to me, while I had the quad in front of me at arm length, and at head height, when the RTL from the battery failsafe kicked in and the quad shot to the sky (15m), although it had been armed from aprox. the same position I was flying, but the GPS error had it outside the 2m radius...And believe me that an overpowered 330 quad can scare you if it jumps right in front of you from head height to 15m....
I just upgraded from -rc9 to -rc10 and noticed that my motors no longer spun up when armed. I had to change the MOT_SPIN_ARMED parameter to 75 from the default 70 to get them to spin as they did before. I hope this is the correct method.
Did you try doing a esc calibration after the update and before you changed you mot_spin?
Mike,
Thanks for the report. I'll bet that's caused by the slight change in the shape of the pwm->thrust curve. If you'd like to confirm (I'd kinda like to know actually) you could try changing MOT_THST_EXPO from 0.65 back to 0.50.
I changed MOT_THST_EXPO from .65 to .50 as requested. The motors would not spin until MOT_SPIN_ARMED was at 75 so that change didn't have any effect. Fortunately I was using a GCS at the time this first happened and appreciated that the craft was armed even though the props were still.
I tried to look at the log file for this session but it is 178mb and crashes Mission Planner (or overstresses my PC) whenever I attempt to load it.
I also accidentally powered up the copter and armed it without a SD card installed with no warnings from Mission Planner. I feel sure I got a warning last time I did that.
Edit. I just changed another copter from -rc9 to -rc10 and the motors spin when armed without adjusting any parameters.
Hi,
I don't have a STORM32 board, but, in case you missed it, there is a bug fix in 3.3 rc10 for STORM32 serial protocol driver.
I have a Storm32 board and the issue with the serial protocol is defenitly not fixed in RC 10.
The only option is to downgrade Storm32 firmware to < 0.78.
Maybe some features work but the channel control (Yaw or tilt) does not.
-
189
-
190
-
191
-
192
-
193
of 449 Next