Dev call Aug 19, 2024

Issues & Pull Requests

Plane

Copter

Attendee count (max): 14

UTC2301 - mavutil: add WebSocket Server mavlink_connection type by IamPete1 · Pull Request #967 · ArduPilot/pymavlink · GitHub

  • Websocket server mavlink connection type in pymavlink
  • Merged!

UTC2304 - added driver for MLX90614 Temperature sensor by rahulOCR · Pull Request #26886 · ArduPilot/ardupilot · GitHub

  • Add support for MLX90614
  • Another temperature sensor

UTC2308 - Filter: LowPassFilter: split into two classes for constant and varable dt by IamPete1 · Pull Request #27670 · ArduPilot/ardupilot · GitHub

  • Split LowPassFilter into two classes for constant and variable parts of lowpass filter
  • Merged!

UTC2309 - Plane: Allow a Lua script to return to a previous mission track by timtuxworth · Pull Request #27759 · ArduPilot/ardupilot · GitHub

  • Allow a lua script to return to a previous mission track
  • Only really applicable to Plane at the moment
    • SCurves are more complex
  • Merged!

UTC2310 - AP_Periph: add support for extended ESC DroneCAN message. by IamPete1 · Pull Request #27772 · ArduPilot/ardupilot · GitHub

  • Add support for ESC DroneCAN message
  • Merged!

UTC2313 - AP_Math: Remove heap allocations from mat_inverse by Horolsky · Pull Request #27804 · ArduPilot/ardupilot · GitHub

  • Remove heap allocation from mat_inverse
  • Is the abstraction warranted?
    • Maybe just return return nullptr instead of adding teh buffer abstraction
  • Tridge left a review

UTC2327 - AP_Param: throw error if we lose parameters by tridge · Pull Request #27820 · ArduPilot/ardupilot · GitHub

  • Throw an error if we run out of space in the queue to save parameters
  • Merged!

UTC2330 - Tools: LogAnalyzer: remove by peterbarker · Pull Request #27832 · ArduPilot/ardupilot · GitHub

UTC2331 - Copter: Disarm: move autotune disarm call after setting soft arm false by IamPete1 · Pull Request #27821 · ArduPilot/ardupilot · GitHub

  • Save parameters after disarm rather than before disarm for Copter autotune
  • Came close to overflowing the parmeter-save buffer
  • Merged!

UTC2333 - AP_TemperatureSensor: add AP_TEMPERATURE_SENSOR_BACKEND_DEFAULT_ENABLED by peterbarker · Pull Request #27833 · ArduPilot/ardupilot · GitHub

  • Add backend temperature sensor default define
  • Merged!

UTC2334 - AP_GPS: change GPS_TYPE value 10 from SBF to Septentrio by peterbarker · Pull Request #27840 · ArduPilot/ardupilot · GitHub

  • Stop referring to Septentrio devices as just “SBF”
  • Still include SBF in there

UTC2336 - emit MAV_RESULT_DENIED if start/stop item passed to MAV_CMD_MISSION_START by peterbarker · Pull Request #27848 · ArduPilot/ardupilot · GitHub

  • Spit out denied if user tries to start mission at non-zero offset or provide a stop item
  • Merged!

UTC2339 - SRV_Channels: find_channel: use channel mask remove need for search over all channels by IamPete1 · Pull Request #27849 · ArduPilot/ardupilot · GitHub

  • Optimize find_channel call
  • Merged!

UTC2341 - GCS_MAVLink: allow uploading GCS to cancel upload using mission_clear_all by peterbarker · Pull Request #27854 · ArduPilot/ardupilot · GitHub

  • Allow cancelling an upload when clearing a mission
  • Can be merged once the method name has been fixed

UTC2351 - AHRS: added common origin between backends by tridge · Pull Request #27851 · ArduPilot/ardupilot · GitHub

  • Add common origin between backends
  • Want an autotest for this
    • EK3_CHECK_SCALE

UTC0001 - AP_NavEKF2: added EK2_OPTIONS by tridge · Pull Request #27852 · ArduPilot/ardupilot · GitHub

  • Add options mask to EKF2
    • Unconditionally using visual odometry at the moment
  • Merged!

UTC0003 - Welcome to Thomas

  • Newest DevTeam member!

UTC0005 - AP_NavEKF3: document provenance of Python-generated equations by tpwrules · Pull Request #27862 · ArduPilot/ardupilot · GitHub

  • Document provenance of Python-generated equations
  • Nix-shell stuff?
    • Would probably break Paul’s workflow
  • Use a single version of simpy for all generation
    • Currently requires two different versions
  • Would be nice to #include a resulting cpp file
  • Need to run this past Paul

UTC0015 - AP_DroneCAN: DNA_Server: polish db comments and organize by tpwrules · Pull Request #27863 · ArduPilot/ardupilot · GitHub

  • Polish DNA server DB comments
  • Couple of minor cleanups

UTC0023 - AP_GPS: allow for EAHRS_SENSORS to not include GPS by tridge · Pull Request #27864 · ArduPilot/ardupilot · GitHub

  • Allow for eahrs to not create GPS sensor
  • Merged!

UTC0025 - Plane update

  • Need to review Randy’s PR for 4.5.6
  • DShot issues, 3D reversible ESC
  • Motor not turning off when parachute deployed?
    • 4.6 not 4.5 feature
  • Some TECS stuff with George

UTC0030 - Copter update

  • 4.5.6beta1 will be out shortly
  • Tougher and tougher to backport stuff now
  • Help with backports offered by Andy and tridge
  • Create a new topic in Discuss for each release?
    • Done for Copter
    • Requested for Plane
    • Not creating a new topic means people get a message
    • One shared issue with all vehicles in there?

UTC0037 - GSoC

  • Winding up
  • Final submissions this week
  • Evaluations next week

UTC0037 - Conference update

  • Travel funding slots still available

UTC0038 - close