CI Workflows
Release Update
Issues & Pull Requests
CI Workflows
Release Update
Issues & Pull Requests
CANGPSCopterMission really needs looking at
Usually flakey things
Infrastructure biggest problem
The compass registration thing from Jacob was closed
Baro double-read causes baro to go unhealthy
Request for resuming a mission after a battery change
Hot-swap probably
Maybe record a failsafe location
We already have resume-repeat-distance
Does not work after reboot
When we do we need to be able to scribble state down
Tim thinks a Lua script might do the job
Similar to the Plane avoidance code he has
DakeFPV boards
New IMU caused lots of problems
DakeFPV themselves gave us the patches
MatekH7
4.6 issue
Servos move
We have PRs for lots in the confirmed issues section
Hardfault one / method on nullptr
Serial esc stuff
Poked initial person and some others
Versioned parameters need updating
Stm32h7 board @480MHz not working
DO_JUMP_TAG fix needs testing, Randy’s planning on looking at it
Plane throttle jump moving to cruise mode
Enabling all of the notches is really problematic with the quintuple
George is ready to create a branch for 4.7.1
Yes, we will merge a SECURITY.md file
Needs a bunch of work
Test plane follow with two SITL instances
Tim to fight with the robots over this
FlyFishRC F405
The robots found some problems
Will need to come back to this one
AP_NavEKF3: correct moving baseline GPS yaw for vehicle attitude
Peter to look at with Leonard through the week
Power down state for TFMiniPlus
Peter will merge mid-week
Gradual RTL descent in QRTL PR
Robots found bugs, comments left
Tools: build_options.py: remove bad dep for MAVLINK_SIGNING
Merged!
Tell people what the commit message prefix should be rather than just saying “AP_Compass:”
Merged!
Enable weathervane in VTOL auto
In waypoint-to-waypoint nav
Robot has pointed out some things
Tridge needed to think about this one
Plane: Quadplane: add a loiter stage in VTOL land approach with a loiter time of Q_RTL_PAUSE_TIME
Robots had requested changes
Raw pause rather than a check for stability a good thing
Consistency
You will start to come down, as to maybe never coming down
Could be “wait for stability for at most this amount of time”
Remove the magic setting of which vehicle you are following
Users will need to specify the thing they want to follow
Some discussion around using parameters to store data
Actual URL: AP_Follow: remove auto sysid by lthall · Pull Request #33937 · ArduPilot/ardupilot · GitHub
Merged!
Definitely a WikiNeeded!
AP_OSD: use Betaflight SYM_TOTAL_DISTANCE for DisplayPort distance icon - #33908
Merged!
Move library configuration information out of _config.h files into the normal .h file
No compiler output change
Peter will merge after verifying no-compiler-output-change again
Guard against null deallocate functor
Need tridge and/or Andy
Lift airspeed and wind estimate up to AP_AHRS_Backend
Nobody objected
Copter simple mode fix
Merged!
Both PH and PB have had goes at this over the years
Re-init wp_nav on auto mode entry to pick up WP_SPD changes
Merged!
Scripted bendy ruler object avoidance for Plane
Tim’s been working on this for a very long time
Converted the old C++ to Lua
PH left a review
Not a path planning thing, so you don’t get a smooth thing
Tim is sourcing data from adsb exchange and some other places
Also does altitude min/max now!
Fix frame conversion on external odometry
Comments need fixing