Dev Call Dec 27, 2021

Issues & Pull requests

Plane

Copter

Rover

Attendee count (max): 10

UTC1100 - magfit_WMM: support new compass param naming by IamPete1 · Pull Request #608 · ArduPilot/pymavlink · GitHub

  • Magfit fixes
  • Compatibility for new compass parameters
  • Needs to see one or the other of the new or old parameters
  • Needs to work with logs that have mag1, mag2, mag3 but also with older logs that don’t work with mag[1], mag[2] etc
    • PH will test with older logs and make sure it works

UTC1107 - ChibiOS: Support formatting of microSD card by tridge · Pull Request #19182 · ArduPilot/ardupilot · GitHub

  • Add support for formatting SD cards
  • Disarmed-only now
  • Check impact on terrain database
    • Reboot required….
  • Small flash cost
    • Not included on small boards
  • Peter will look at after the call and merge it if good

UTC1112 - hwdef: enable telem3 (SERIAL5) TX on Pix32v5 by tridge · Pull Request #19595 · ArduPilot/ardupilot · GitHub

  • Enable telem3 (serial5) on tx on pix32v5
  • Shared pin on MCU + IOMCU
  • Merged

UTC1114 - Rename OpticalFlow files to AP_OpticalFlow by peterbarker · Pull Request #19601 · ArduPilot/ardupilot · GitHub

  • Rename OpticalFlow files
  • Merged!

UTC1116 - AP_InertialSensor: Disable -Werror=array-bounds on some getters by Jaaaky · Pull Request #19602 · ArduPilot/ardupilot · GitHub

  • -O3 compiler issues with AP_InertialSensor
  • Maybe move the pragma in gcs_mavlink?
  • uint8_t get_accel_count(void) const { return MIN(INS_MAX_INSTANCES-1, _accel_count); }

UTC1122 - AP_Mission: Fix #19596 and MAV_CMD_DO_REPEAT_RELAY by muramura · Pull Request #19606 · ArduPilot/ardupilot · GitHub

  • fix for long delays in repeat-relay stuff
  • Cycle time should be in seconds not milliseconds
  • Proposal to change the specification…
  • PR will need to be redone to retain the uint32_t change but undo the s/ms change

UTC1126 - Tools: fix Build_Summary when more than one targert by hendjoshsr71 · Pull Request #19611 · ArduPilot/ardupilot · GitHub

  • Fix summary when only one target
  • merged!

UTC1127 - EKF: fixed gaps in logging by tridge · Pull Request #19612 · ArduPilot/ardupilot · GitHub

  • Fixes gaps in logging
  • MergeOnCIPass
  • Can re-arrange file later

UTC1129 - AP_BoardConfig: disable STLink debug pins by default by tridge · Pull Request #19557 · ArduPilot/ardupilot · GitHub

  • Don’t leave stlink debug pins floating
  • Merged!

UTC1131 - AP_Compass: added register checking for AK09916 mode by tridge · Pull Request #19571 · ArduPilot/ardupilot · GitHub

  • Register checking for AK compass
  • MergeOnCIPass

UTC1136 - Plane: stable 4.1.0 issues list · Issue #15941 · ArduPilot/ardupilot · GitHub

  • Plane update
  • Beta was released on 21st
    • Contains stlink fix
    • No test reports so far…
    • Wasn’t actually announced….
    • 3 new types of invensesense IMUs
  • PH and PB are planning on doing a Tracker beta soon
  • Tridge now has a vectored tailsitter

UTC1139 - No Copter/Rover update

UTC1139 - Discord changes

  • 2FA enabled then disabled again
  • Luxonis server got hosed by an admin clicking on a bad link
  • Big warning came up for people even not moderators
    • Takes up about half the screen
    • Think we might have gotten to the bottom of that
    • Deletion of other people’s message on a channel might have been the problem
  • We’ll try 2fa again… live… and see what happens
    • Was a problem for Leonard, so we don’t have a fix yet

UTC1155 - close