Dev Call Oct 16, 2023

Issues & Pull Requests

Plane

Remote ID
Release Release v1.14 · ArduPilot/ArduRemoteID · GitHub

Copter & Rover

1 Like

Attendee count (max): 18

UTC2300 - GCS_MAVLink: Fix for the Gopro/Solo Gimbal issue by mtbsteve · Pull Request #23861 · ArduPilot/ardupilot · GitHub

  • Fix gopro/solo gimbal
  • Merged!

UTC2303 - Filter: notch filter: remove unneeded value and pre-multiply for speed by IamPete1 · Pull Request #24250 · ArduPilot/ardupilot · GitHub

  • Save some maths
  • Remove unneeded value
  • Merged!

UTC2303 - Plane: Allow a ICE start even if disable while disarmed is set by WickedShell · Pull Request #25138 · ArduPilot/ardupilot · GitHub

  • Allow ICE to start even if disable while disarmed is set
  • Needs to compile….
  • Wants it possible that you can deny engine start until a message from GCS is given
  • Ordinarily you can start the engine while disarmed, we now have an option to stop that.
  • MdB wants to be able to send a command to allow it in the face of that option bit being unset

UTC2311 - AP_Periph: Rate limit EFI driver updates by WickedShell · Pull Request #25173 · ArduPilot/ardupilot · GitHub

  • Rate-limit the EFI driver updates on AP_Periph
  • Merged!

UTC2314 - AC_PID: If PD max limiting isn't active clear the flag by WickedShell · Pull Request #25238 · ArduPilot/ardupilot · GitHub

  • Fix PD-max-limitting-logging
  • Merged!

UTC2314 - Copter: encapsulate auto takeoff into an ojbect by peterbarker · Pull Request #25171 · ArduPilot/ardupilot · GitHub

  • Encapsulate autotakeoff into a class
  • Can be merged once the unused variable is removed

UTC2320 - AP_Scripting: add missing defines to build on Periph by IamPete1 · Pull Request #25183 · ArduPilot/ardupilot · GitHub

  • Allow scripting to work on periph
  • Adds many missing defines
  • Merged!

UTC2323 - Plane: accept LOITER_UNLIM and RETURN_TO_LAUNCH as command_int by peterbarker · Pull Request #25232 · ArduPilot/ardupilot · GitHub

  • Accept loiter-unlim and return-to-launch as both long and int
  • Merged!

UTC2325 - GCS_MAVLink: handle MAV_CMD_DEBUG_TRAP as both long and int by peterbarker · Pull Request #25235 · ArduPilot/ardupilot · GitHub

  • Debug_trap as command_int and well as command_long
  • Merged!

UTC2326 - AP_ServoRelayEvents: allow mavlink command of rcin scaled functions by tpwrules · Pull Request #25241 · ArduPilot/ardupilot · GitHub

  • Allow mavlink command of rcin scaled functions
  • Merged!

UTC2332 - AP_Baro: Check if origin alt is zero before using it as field elevation by rishabsingh3003 · Pull Request #25114 · ArduPilot/ardupilot · GitHub

  • Check if origin alt it zero before using it
  • Perhaps use nan instead?
  • Probably just move it from 0mm to 1mm on set
    • Just to make it non-zero

UTC2337 - GCS_MAVLink: add build option for deprecated MISSION_REQUEST by peterbarker · Pull Request #25242 · ArduPilot/ardupilot · GitHub

  • Build option for MISSION_REQUEST
  • Deprecated message which shouldn’t be used.
  • Save bytes if you really need them

UTC2341 - GCS_MAVLink: allow setting modes via COMMAND_INT and DO_SET_MODE by peterbarker · Pull Request #25244 · ArduPilot/ardupilot · GitHub

  • Change modes via command_int
  • Merged!

UTC2341 - Copter, AP_Mission: Send progress for individual mission items by nexton-winjeel · Pull Request #25249 · ArduPilot/ardupilot · GitHub

  • Send progress for individual mission items
  • Want float16 so we can handle larger distances
    • 64km is pretty stingy
    • Either a new unit for kilometres or just use uint32_t
  • If we are going to have this more detailed distance/time estimates we really should have it work in things other than auto mode
  • [10:48 AM]JamesPattison: I don’t think we really discussed message size on this in the mavlink call - shouldn’t be an issue bumping up the ints
  • New message?
    • Requested message not streamed by default?
    • Floats for distance
    • Waypoint field but it is optional
    • MISSION_CURRENT seems not the wrong place as it is mission-specific
    • NAV_CONTROLLER_OUTPUT?
      • Too many extensions?
    • Won’t work in follow mode?
    • Current suggestions is time or distance…. Should be time and distance!
  • Nick will go away and rework with nwe message

UTC0003 - Plane: send attitude target message implementation (for quadplanes) by miodine · Pull Request #25253 · ArduPilot/ardupilot · GitHub

  • send_attitude_target message implementation for quadplanes
  • Has to be requested
  • Some const-references should be used
  • Needs to be PR against master, not branch

UTC0006 - AP_BattMonitor: DroneCAN: always have consumed energy by IamPete1 · Pull Request #25256 · ArduPilot/ardupilot · GitHub

  • Always have consumed energy
  • Calculate from current draw
  • merged!

UTC0013 - Plane:reset in landing seq on mode change while disarmed by Hwurzburg · Pull Request #25260 · ArduPilot/ardupilot · GitHub

UTC0026 - Global: Replace with GCS_SEND_TEXT by muramura · Pull Request #25262 · ArduPilot/ardupilot · GitHub

  • gcs().send_text → GCS_SEND_TEXT across entire code base
  • Tridge doesn’t think we should apply it to vehicle directories
  • Some changes in here are nonsensical
  • So drop plane/copter/rover/blimp changes

UTC0034 - AP_RangeFinder: Add new driver for TOFSense F I2C by rishabsingh3003 · Pull Request #25268 · ArduPilot/ardupilot · GitHub

  • Add new driver for TOFSense i2c
  • On or off by default?
  • Can switch it to i2c mode via their configuration tool
  • Put it on >1024MB
    • Or make it a custom build option?
      • Will ask vendor

UTC0043 - hwdef:fix bug in AtomRCF405NAVI,fix some bds that aren't building by Hwurzburg · Pull Request #25271 · ArduPilot/ardupilot · GitHub

  • Fix dshot on atomrc
  • Fixes builds for many boards
  • [11:45 AM]Josh Henderson: I approve all fpv focused it looks like
  • Peter will work with Henry to move this one forward

UTC0051 - Plane:force min transition timer to 2 sec by Hwurzburg · Pull Request #25274 · ArduPilot/ardupilot · GitHub

  • Force min transition timer to 2 seconds
  • Oscillating assists on quadplanes with short transition times
    • Wind estimate problems
  • Tridge will put a longer description on it
  • Entering 40,000 will get you -8 seconds, and that is bad
  • Doesn’t really cost extra battery as the vtols will be on low throttle

UTC0101 - Plane: stable 4.4.x issues list · Issue #15941 · ArduPilot/ardupilot · GitHub

  • 4.4.x beta released
  • Need a pending flag or some other mechanism
  • Fix storage on rally points!
    • Store the frame for the rally points!
    • Conversion code could zero old rally total
  • ArduRemoteID release made
    • If you are using CAN ESCs then the esp32 can clag, this fixes that by adding a filter
    • 100% CPU decoding CAN packets

UTC0113 - Copter update

  • PH’s update is that Randy is away

UTC0114 - WebTools

  • These are awesome, people should play with them!

UTC0015 - close