AP_HAL_ChibiOS: added NxtPX4v2
[ardupilot.git] / AntennaTracker / ReleaseNotes.txt
bloba8c64f03b5979b3536812611535cfd523d51ac3e
1 Antenna Tracker Release Notes:
3 ------------------------------------------------------------------
4 Release 4.5.1 8th April 2024
6 This release fixes a critical bug in the CRSF R/C protocol parser that
7 can lead to a handfault and a vehicle crashing. A similar fix was
8 applied to the GHST protocol, although we believe that GHST could not
9 be affected by the bug, so this was just a precaution.
11 There are no other changes in this release.
13 ------------------------------------------------------------------
14 Release 4.5.0 2nd April 2024
16 No changes from 4.5.0-beta4
17 ------------------------------------------------------------------
18 Release 4.5.0-beta4 22nd March 2024
19 Changes from 4.5.0-beta3
20 1) system changes
22 - fixed a cache corruption issue with microSD card data on H7 based boards
23 - rename parameter NET_ENABLED to NET_ENABLE
24 - fixed FDCAN labels for adding new H7 boards
25 - avoid logging dma.txt to save CPU
26 - fixed roll/pitch in viewpro driver
27 - added band X in VideoTX
28 - fixed quaternion attitude reporting for Microstrain external AHRS
29 - add RPLidarC1 proximity support
31 2) new boards
32 - added MicoAir405v2
33 - add Orqa F405 Pro
35 ------------------------------------------------------------------
36 AntennaTracker 4.5.0 beta3 14-Mar-2024
37 Changes from 4.5.0 beta1
39 Board specific changes
40 - added PixFlamingo F7 board
41 - support ICM42688 on BlitzF745AIO
42 - fixed IMU orientation of CubeRedSecondary
43 - enable all FPV features on SpeedyBeeF405WING
45 System level changes
47 - improved robustness of CRSF parser
48 - reduced memory used by DDS/ROS2
49 - added filesystem crc32 binding in lua scripting
50 - support visual odometry quality metric and added autoswitching lua script
51 - allow for expansion of fence storage to microSD for larger pologon fences
52 - allow FTP upload of fence and rally points
53 - fixed vehicle type of ship simulation for ship landing
54 - make severity level depend on generator error level in IE 2400 generator
55 - speed up initial GPS probe by using SERIALn_BAUD first
56 - allow NanoRadar radar and proximity sensor to share the CAN bus
57 - added MR72 CAN proximity sensor
58 - only produce *_with_bl.hex not *.hex in builds if bootloader available
59 - fixed check for GPS antenna separation in moving baseline yaw
60 - added GPS_DRV_OPTIONS options for fully parsing RTCMv3 stream
61 - fixed logging of RTCM fragments in GPS driver
62 - fixed video recording while armed
63 - robostness and logging improvements for ExternalAHRS
64 - fixed RPM from bdshot on boards with IOMCU
65 - fixed accel cal simple to remove unused IMUs
66 - fixed float rounding issue in HAL_Linux millis and micros functions
67 - fixed loading of defaults.parm parameters for dynamic parameter subtrees
68 - fixed discrimination between GHST and CRSF protocols
69 - fixed bug in DroneCAN packet parsing for corrupt packets that could cause a crash
70 - fixed handling of network sockets in scripting when used after close
71 - fixed bit timing of CANFD buses
73 New Autopilots supported
74  - YJUAV_A6Ultra
75  - AnyLeaf H7
77 - do relay parameter conversion for parachute parameters if ever has been used
78 - broaden acceptance criteria for GPS yaw measurement for moving baseline yaw
80 ------------------------------------------------------------------
81 AntennaTracker 4.5.0 beta1 22-Feb-2024
82 Changes from 4.2.0
83 1) Innumerable system-level improvements; see Copter and Plane release notes
84 2) fix EKF2/EKF3 parameters
85 3) improve logging
86 ------------------------------------------------------------------
87 AntennaTracker 4.2.0 beta1 25-May-2022
88 Changes from 1.1.0
89 1) Many new supported boards
90 2) New sensor support
91 3) PID improvements
92 4) Filtering improvements
93 5) Integrate AP_Stats library
94 6) Scripting support
95 7) Logging improvements
96 8) Improvements to GCS communications
97 9) Option to scan before vehicle found
98 10) Innumerable system-level improvements; see Copter and Plane 4.2 release notes
99 ------------------------------------------------------------------
100 AntennaTracker 1.1.0 3-Aug-2019
101 Changes from 1.1.0-rc1
102 1) Instantiate battery monitor instance
103 2) Correct continuous servo rotation bug
104 ------------------------------------------------------------------
105 AntennaTracker 1.1.0-rc1 26-Apr-2019
106 Changes from 1.0.0
107 1) ChibiOS support including support for many new flight controllers
108 2) Large numbers of architectural changes but few behavioural changes
109 3) Battery monitoring enabled
110 ------------------------------------------------------------------
111 AntennaTracker 1.0.0 28-Jul-2016
112 Changes from 0.8.0
113 1) Compensate for tracker tilt by converting earth-frame angle targets to body-frame servo outputs
114 2) Tracker location provided by EKF (still falls back to raw GPS if EKF is unable to provide position estimate)
115 3) PITCH_MIN, PITCH_MAX parameters replace PITCH_RANGE
116 ------------------------------------------------------------------
117 AntennaTracker 0.8.0 22-Jun-2016
118 Changes from 0.7.8
119 1) Added PITCH2SRV_FILT, YAW2SRV_FILT added to smooth input to controllers.  Lower values lead to more delay but smoother motion.
120 2) Estimate vehicle's altitude between telemetry updates when using ALT_SOURCE = GPS
121 3) Bug fix to vehicle position estimate (was using vehicle's heading instead of 3D velocity vector)
122 4) Added MAV_UPDATE_RATE parameter to allow more easily setting the rate the vehicle sends position data
123 ------------------------------------------------------------------
124 AntennaTracker 0.7.8 10-Jun-2016
125 Changes from 0.7.7
126 1) Bug fix to VBAR dataflash logging
127 2) VPOS dataflash logging message captures vehicle position
128 ------------------------------------------------------------------
129 AntennaTracker 0.7.7 31-May-2016
130 Changes from 0.7.6
131 1) SERVO_TYPE parameter split into SERVO_PITCH_TYPE, SERVO_YAW_TYPE to allow different servo types for each axis
132 2) ALT_SOURCE parameter added to allow selecting vehicle's GPS as an altitude source instead of vehicle's baro
133 3) VBAR dataflash log message added to capture vehicle barometer data
134 ------------------------------------------------------------------
135 AntennaTracker 0.7.6 08-Feb-2016
136 Changes from 0.7.5
137 1) Fix logging of attitude and mode to dataflash 
138 ------------------------------------------------------------------
139 AntennaTracker 0.7.5 27-Dec-2015
140 Changes from 0.7.4
141 1) Add dataflash logging
142 ------------------------------------------------------------------
143 AntennaTracker 0.7.4 23-Dec-2015
144 Changes from 0.7.2
145 1) Request baro pressure from vehicle at 1hz
146 ------------------------------------------------------------------
147 AntennaTracker 0.7.2 1-Aug-2015
148 Changes from 0.7.1
149 1) Fixed Pitch
150 ------------------------------------------------------------------
151 AntennaTracker 0.7.1 29-May-2015
152 Changes from 0.7
153 1) Added support for continuous rotation (CR) servos
154 ------------------------------------------------------------------
155 AntennaTracker 0.7 17-May-2015
156 Changes from 0.5 (skipped 0.6 to avoid confusion after the wrong version number was communicated on diydrones.com)
157 1) added support for 4th MAVLink channel
158 ------------------------------------------------------------------
159 AntennaTracker 0.5 29-Apr-2015
160 Changes from 0.4
161 1) add SERVO_TEST mode which moves the servos to the position specified by a do-set-servo command (normally from MP's extended tuning page)
162 2) add DISTANCE_MIN parameter (default to 5m).  Vehicles must be at least this distance away for the tracker to track them.
163 3) add SYSID_TARGET parameter to specify which vehicle to follow which is useful if multiple vehicles are sharing the same network.  This param defaults to zero which means track the first vehicle.  Set to "0" to track the first vehicle found.
164 4) send request to vehicle for position updates at 1hz.  Improves reliability when used with copter which won't sent position data by default.
165 5) Listens for vehicle position updates on all channels
166 6) bug fix for LED on pixhawk so it flashes blue or green (instead of yellow) when waiting for he vehicle's position
167 ------------------------------------------------------------------
168 AntennaTracker 0.4 31-Jan-2015
169 Changes from 0.3
170 1) Init Telem2 port so it can be used to communicate with GCS
171 ------------------------------------------------------------------
172 AntennaTracker 0.3 28-Jan-2015
173 Changes from 0.2
174 1) MAVLink routing replaces Proxy mode
175 ------------------------------------------------------------------