Dev Call Sept 26, 2022

Issues & Pull Requests

Remote ID

Plane

Copter

Attendee count (max): 15

UTC2305 - Implement MISSION_CHECKSUM by peterbarker · Pull Request #20834 · ArduPilot/ardupilot · GitHub

  • Mission checksum
  • Why is this useful?
  • Why not just use FTP?
    • MissionPlanner doesn’t support mission-via-ftp?
  • Peter will ping Hamish

UTC2323 - AP_OSD: update HD font files to remove blank space artifacts by Hwurzburg · Pull Request #21798 · ArduPilot/ardupilot · GitHub

  • Remove blank space artifacts from HD font files
  • Merged

UTC2324 - Create and use GCS_MAVLink/GCS_config.h by peterbarker · Pull Request #21529 · ArduPilot/ardupilot · GitHub

  • Create and use GCS_config.h
  • Merged!

UTC2324 - CUAV Nora/Nora+ bdshot target by andyp1per · Pull Request #21597 · ArduPilot/ardupilot · GitHub

  • Nora/Nora+ bdshot target
  • Merged!

UTC2326 - Skystars video defaults by andyp1per · Pull Request #21808 · ArduPilot/ardupilot · GitHub

  • Skystars video update
  • Merged!

UTC2330 - AP_Filesystem_Param: Better estimation of filesize by fredowski · Pull Request #21744 · ArduPilot/ardupilot · GitHub

  • Better estimate of filesize in AP_Filesystem_param
  • Assume 12 bytes per parameter
  • These sizes are only estimates only
  • UI progress bar will be better
  • Progressive unpacking of the file can give a 100% accurate progress bar
  • Merged!

UTC2330 - Add and use AP_GRIPPER_ENABLED by peterbarker · Pull Request #21754 · ArduPilot/ardupilot · GitHub

  • Make and use AP_GRIPPER_ENABLED
  • Need to explain the 300 bytes saving across all vehicles

UTC2345 - Correct compilation when fence/rally compiled out by peterbarker · Pull Request #21766 · ArduPilot/ardupilot · GitHub

  • Correct compilation with things compiled out
  • Rally points are rarely used?
    • Leonard uses them a bit with safety cases
    • Plane uses do_land_start
  • Needs a short SITL test to make sure it works

UTC2355 - AP_HAL_Linux: Support "non-standard" baudrates on UART by nbertram · Pull Request #21777 · ArduPilot/ardupilot · GitHub

  • Support non-standard baudrates on Linux
  • Willian will look at this

UTC2356 - Initialize jump-tracking in AP_Mission::init() by robertlong13 · Pull Request #21769 · ArduPilot/ardupilot · GitHub

  • Init jump tracking in AP_Mission::init
  • Merged!

UTC0002 - ArduPlane: fixed roll and pitch for OSD VTOL view by yaapu · Pull Request #21783 · ArduPilot/ardupilot · GitHub

  • Fix reporting roll/pitch in OSD VTOL view
  • Simpler
  • Merged

UTC0004 - AP_Mount: add Siyi gimbal driver by rmackay9 · Pull Request #21787 · ArduPilot/ardupilot · GitHub

  • Add Siyi gimbal driver
  • Why not LUA?
    • Enough users to justify C++ code
  • AP_Camera will need a frontend/backend split for more work in here
    • Coupling between camera and gimbal is interesting
  • Sbus output on most boards must be the same board as input
  • Should this be enabled by default?
    • There’s a large amount of interest around it
  • Maybe add a can peripheral to hold this gimbal code
    • Worked well for EFI

UTC030 - AP_NMEA_Output.cpp: Fix conversion precision issue: by Davidsastresas · Pull Request #21790 · ArduPilot/ardupilot · GitHub

  • Fix conversion precision issues
  • Still issues, discussed on Discord
  • Unconditional double-precision is required
    • FabsF vs fabs
  • Probably just need to set double-precision

UTC030 - AP_Scripting: gimbal/mount POI example by rmackay9 · Pull Request #21803 · ArduPilot/ardupilot · GitHub

  • Script to determine and report lat/lon/alt of a point in a camera frame
  • terrain/height intercept location is interesting

UTC045 - Copter, Plane, Rover to 4.4.0-DEV by rmackay9 · Pull Request #21801 · ArduPilot/ardupilot · GitHub

  • Move to 4.4.0-dev on master
  • Merged

UTC046 - RemoteID update

  • 1.10 release is out there
  • Japanese remote ID support being worked on
  • Management GUI required to handle the lock level stuff
    • Private key required to then modify parameters
  • All pieces are in place for a compliant implementation
    • But the command-line MAVProxy tool is a level of expertise above what we need to aim for
  • WiFi beacon mode will be merged in next few days

UTC0050 - Plane update

  • many patches against master which will need to go back into Plane-4.3.0
  • New beta release this week, probably
    • ICE control arming not working well in 4.2/4.3
    • Q-mode-specific

UTC0052 - Copter update

  • Wheel encoder noise issue still needs fixing
  • Basic tuning screen needs work in MP
  • Autobaud detection broken for some GPSs
  • Need to have the SITL uart do baud rate negotiation nicely
  • More bdshot board builds coming…
  • Enhancement requests
    • Airmode to stabilize?
    • Ability to change altitude during a mission
  • Gimbal mode defaulting will be fixed in next release

UTC0059 - close