CraigElder
(Craig Elder)
2
Attendee count (max): 15
- Mission checksum
- Why is this useful?
- Why not just use FTP?
- MissionPlanner doesn’t support mission-via-ftp?
- Peter will ping Hamish
- Remove blank space artifacts from HD font files
- Merged
- Create and use GCS_config.h
- Merged!
- Nora/Nora+ bdshot target
- Merged!
- Skystars video update
- Merged!
- 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!
- Make and use AP_GRIPPER_ENABLED
- Need to explain the 300 bytes saving across all vehicles
- 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
- Support non-standard baudrates on Linux
- Willian will look at this
- Init jump tracking in AP_Mission::init
- Merged!
- Fix reporting roll/pitch in OSD VTOL view
- Simpler
- Merged
- 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
- Fix conversion precision issues
- Still issues, discussed on Discord
- Unconditional double-precision is required
- 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