Attendee count (max): 13
UTC23?? - Copter Extended Tuning: change "Stabilize Roll (Error to Rate)" label to "Angle Roll (Error to Rate)" · Issue #2628 · ArduPilot/MissionPlanner · GitHub
Randy going to make this change
UTC23?? - Added Holybro CAN GPS by tridge · Pull Request #16931 · ArduPilot/ardupilot · GitHub
- Support for HolyBro CAN GPS
- Merged
UTC23?? - AP_Mission: Fixes crash in copter when uploading MAV_CMD_NAV_LAND with NaN as p4 by joshanne · Pull Request #17430 · ArduPilot/ardupilot · GitHub
- Fixes fcrash in copter when uploading mission items
UTC23?? - AP_BLHeli: Remove duplicated code, use existing AP_Math CRC function by amilcarlucas · Pull Request #17509 · ArduPilot/ardupilot · GitHub
UTC23?? - AP_BattMonitor: Record and report UAVCAN Battery Info temperature correctly by joshanne · Pull Request #17547 · ArduPilot/ardupilot · GitHub
- Report and record uavcan battery info temperature
- Kelvin float16 not great
UTC2337 - fix ground effect compensation
UTC2343 - Plane: Add options to USE_REVERSE_THRUST to cover all flight modes by Hwurzburg · Pull Request #17556 · ArduPilot/ardupilot · GitHub
- Reverse thrust for all flight modes
- We’re going to run out of bits in USE_REVERSE_THRUST
- Need to widen it to 32 bits
UTC2347 - metadata corrections in parameter metadata
- Removes the values examples
- UI issue in MissionPlanner
- Can’t set an arbitrary value
- We’ll close this issue and open one against MissionPlanner
UTC2354 - AP_NavEKF3: make time-horizon OF data a local variable by peterbarker · Pull Request #17585 · ArduPilot/ardupilot · GitHub
- Moves global state to be a stack variable
- Saves 60 bytes of RAM per EK3 core
- merged
UTC2356 - Tools: update default params for copter-optflow.parm by rmackay9 · Pull Request #17590 · ArduPilot/ardupilot · GitHub
- Updates a little convenience file that Randy leaves around for easily setting up vehicles
- Merged
UTC2357 - Copter: Remove WP Delay in ZIGZAG Mode by S-Curve by muramura · Pull Request #17596 · ArduPilot/ardupilot · GitHub
- Delay was needed to avoid corner-cutting
- Added about a year ago
- We’ll lose the ability to pause for several seconds
UTC0002 - AP_Stats: Notify GCS of the current flight time by muramura · Pull Request #17600 · ArduPilot/ardupilot · GitHub
- Spam GCS with messages about flight statistics
- Maybe use a LUA script instead?
- closed
UTC0008 - Copter: these two errors are too common to be called "emergency" by tridge · Pull Request #17574 · ArduPilot/ardupilot · GitHub
- Changing the shoutiness of the messages
- Emergency was way too much
- We’ll go with notice for now
- For 4.1
- False-positives are killing the utility of this patch set
- PH does the yaw imbalance
- LTH is responsible for thrust-loss
-
50% emergency?
- Otherwise notice
- Maybe a must-be-flying-for-10-seconds before warning threshold
- Moving to be a warning based on imax not i
- Rate graph should be used for actually looking for problems on a vehicle in the logs
- Tagged as MergeOnCIPass
UTC0024 - Plane update
- Plane: stable 4.5.x issues list · Issue #15941 · ArduPilot/ardupilot · GitHub
- Tridge is getting some more local aircraft to test
- Tridge wants testing of new landing approach code on real vehicle
- Slewing the target altitude rather than the final alt straight away is going to happen for (mixed-QRTL)
- Sprung-throttle and landing
- Copter doesn’t have control of descent rate
- Want control for ship landing to let waves go by before landing
- Horizontal repositioning requires a pause in descent
- Can’t do so while descending or aircraft gets disturbed
UTC0028 - Copter: 4.1.0 issues list · Issue #16478 · ArduPilot/ardupilot · GitHub
- Copter update
- Increasing number of reports coming in
- Good progress in last week
- Outstanding issues
- Guided mode update PR needs more looking at
- Terarange evo 60m has large spikes in it
- Watchdog reset on omnibusf4pro
- MissionPlanner crashing bug
- DMA.txt from sys?
- First-attempt-to-fetch will always fail
- Maybe return zeroes instead?
- And the same for other files
- Gps-from-yaw with-cross-linked-GPS documentation needed
- Uarts.txt is what’s required not DMA.txt
-
10 IMU resets in last 10 seconds
- Freertos scheduling issue
- Serial pass-through is not working for GPSs
- Protocol to zero or minus 1
- Or GPS type to zero
UTC0055 - Rover: 4.1.0 issues list · Issue #17116 · ArduPilot/ardupilot · GitHub
- Rover update
- D-shot broken on Rover
- Moving UGVMotors out to libraries directory
UTC0056 - GSoC update
- Still in bonding period
- Rishabh’s doing precision landing with 3D cameras
- And not waiting for bonding period to stop
UTC0058 - close