CraigElder
(Craig Elder)
September 30, 2019, 11:01pm
1
Issues & Pull Requests
ArduPilot:master
â tridge:pr-pixhawk1-1M
opened 08:04PM - 29 Sep 19 UTC
This adds a build for Pixhawk1-1M, which is for a Pixhawk1 with 1M flash limit. ⌠It is smaller than fmuv2 as it only links the specific sensors needed for Pixhawk1
ArduPilot:master
â tridge:pr-sitl-nan-fill
opened 07:40AM - 28 Sep 19 UTC
This allows us to catch use of uninitialised stack variables in SITL without hav⌠ing to run valgrind, which makes it more likely we will find bugs in CI
ArduPilot:master
â peterbarker:pr/is-valid-octal
opened 03:33AM - 26 Sep 19 UTC
This doesn't ensure the number is *just* valid octal digits
ArduPilot:master
â andyp1per:pr-waf-upload-port
opened 11:34AM - 25 Sep 19 UTC
On windows WSL at least, autodetect on upload does not work well and specifying ⌠a port is necessary. This allows this be done from the waf command-line
@peterbarker FYI
ArduPilot:master
â tridge:pr-cpu-class-250
opened 10:53PM - 22 Sep 19 UTC
Allows for larger default logging buffer on higher end MCUs
ping @WickedShell, ⌠maybe something similar for scripting?
ArduPilot:master
â vierfuffzig:PR_AHRS
opened 08:08AM - 17 Sep 19 UTC
this fixes https://github.com/ArduPilot/ardupilot/issues/12000
ArduPilot:master
â IamPete1:revese_tricopter
opened 08:26PM - 19 Mar 19 UTC
This adds the option to use frame type MOTOR_FRAME_TYPE_PLUSREV (6) for a revers⌠ed tricopter, ie one motor at the front and two at the back. All other frame types result in standard tricopter. Pitch control input is simply reversed. Tested in realflight. Motor 1 and 2 remain on the right and left respectively as with standard tricopter.
ArduPilot:master
â Pedals2Paddles:fs_options
opened 02:30AM - 20 Dec 17 UTC
(_Updated 2019-10-17_)
As discussed on a dev call, bitmask options for failsaf⌠es was highly desired. Reason being, we can add many many options without adding many many additional parameters. So One new bitmask parameter called `FS_OPTIONS` now has all the user options for battery, radio, and GCS failsafes in copter. Now we can have as many little options or modifiers for each type of failsafe as we want. The user has more flexibility to meet mission needs. And it's pretty straightforward to add new ones.
In the process, it turns out all the failsafes could use a refactoring to clean up the ever expanding nested ifs and missing functionality.
**New bitmask options as of today**
- Continue auto mode on radio failsafe (replaces `FS_THR_ENABLED = 2`)
- Continue auto mode mission on GCS failsafe (replaces `FS_GCS_ENABLED = 2`)
- Continue guided mode on radio failsafe
- Continue landing on radio, GCS, or failsafe if already landing
- Continue in pilot controlled modes on GCS failsafe
**The GCS failsafe** seems have suffered some institutional neglect over the years. I updated that so it can have the same settings, options, and behaviors as the radio failsafe. Also, I found that the GCS failsafe checks were only running in guided mode. Not even auto mode, nor any other mode. The GCS failsafe has been heavily reworked, and will now operate in any mode. Just as before, the checks are bypassed if no GCS has ever been connected.
**The radio failsafe** has been severely cleaned up but isn't operating any differently, other than the addition of FS_OPTIONS.
**Parameter conversion** will set the new continue mission option bits for radio and GCS if your `fs_thr_enable` or `fs_gcs_enable` parameters were previously set to continue mission. Those two will then be set back to 1 (RTL).
**Autotest refactor** now covers all logic and actions for the radio, GCS, and battery failsafes. Previously, the radio and battery failsafe only test one condition and action. There was no GCS failsafe test. I've added a GCS failsafe test. And all three now run through all the possible conditions and actions. The old autotest for radio and battery failsafe timed at 1.5 minutes. The new autotest for radio, gcs, and battery takes 13 minutes. That should give you an idea of how much more detail these tests perform now.
**Benefits**
- Radio failsafe _continue in mission_ only worked with RTL. You couldn't continue in mission with SmartRTL or Land as a failsafe. Now you can continue in mission with any of the failsafe actions.
- GCS failsafe is now useful. If your use case requires a GCS for safety, this will allow that. Where before the GCS failsafe only responding in guided mode. Same options as radio failsafe.
- You can also now choose to ignore the GCS failsafe in pilot controlled modes
- You can choose to ignore GCS failsafe in a mission, which was non-functional before.
- You can ignore radio failsafes while in guided mode, such as when your telemetry has more range than RC and are using guided mode.
- If you are in land mode (flight mode, mission command, or landing phase of RTL), you can choose to continue landing if another failsafe kicks in. Before, you'd be stuck having it do a full RTL procedure when it was just about to land to begin with, wasting battery.
- GCS Failsafe will fall back to RTL if an invalid value is entered into `fs_gcs_enable`. Previously, if the value was invalid, it would do nothing.
** Wiki Updates **
Done in https://github.com/ArduPilot/ardupilot_wiki/pull/2102
** Blog Post **
I have a blog post ready to post on Discuss that details all of this with pretty tables such. I will put a link to that blog post in the Facebook group as well.
**TO DO:**
- Mission Planner update for the new bitmasks. Does MP do that little checkbox thing automatically or does MO need to create that?
Plane
[ArduPilotPlane]
Iâve just released 3.9.11beta1. The 3.9.11 release includes two changes:
fixed the COMPASS_DEV_ID for UAVCAN compasses, which was using an uninitialised byte, and thus could result in an unpredictable ID. This caused users to have to re-calibrate unnecessarily
fixed a missing I2C ISR acknowledgement. While this never caused any issues in the plane stable release as far as we know it is safest to include this fix. This may fix an issue with SMBus smart batteries.
Happy flyinâŚ
Copter
opened 01:29AM - 02 Oct 18 UTC
closed 06:40AM - 13 Apr 21 UTC
Copter
ChibiOS
List of issues for the Copter-3.6.10 release:
- SBUS input not working when u⌠sing converter board ([discussion](https://discuss.ardupilot.org/t/ac-3-6-10-and-error-reading-sbus/45468), [discussion2](https://discuss.ardupilot.org/t/copter-3-6-10-released/45367/14))
- omnibus pro v2 not working? ([discussion](https://discuss.ardupilot.org/t/copter-3-6-10-released/45367/26))
- Radiolink mini pix telem1, telem2 are swapped (again) ([discussion](https://discuss.ardupilot.org/t/copter-3-6-10-released/45367/17))
- Can't initialise AK09166 reset failed ([discussion](https://discuss.ardupilot.org/t/passthrough-telem-ak09166-reset-failed/45512), [issue](https://github.com/ArduPilot/ardupilot/issues/11935))
- One user's board locks up on boot-up
This is a list of issues to investigate for the Copter-3.6.0 release:
- Matek405-STD not built for stable ([issue](https://github.com/ArduPilot/ardupilot/issues/11292))
- Notch filter not working? ([discussion](https://discuss.ardupilot.org/t/notch-filter-not-working/40616))
- Loss of altitude control not caused by vibration ([discussion](https://discuss.ardupilot.org/t/uncontrolled-climb-after-auto-not-respond-to-land-or-rtl/39689/5))
- Copter not disarming reliably on landing ([discussion](https://discuss.ardupilot.org/t/why-quad-doesnt-want-to-disarm-after-landing-happened-two-times-now-arducopter-3-6-7/39568/21))
- Compass cal makes no noise when started from transmitter ([discussion](https://github.com/ArduPilot/ardupilot/issues/10093))
- lots of questions around rangefinders as alt source ([issue1](https://github.com/ArduPilot/ardupilot/issues/10598), [issue2](https://github.com/ArduPilot/ardupilot/issues/10586))
- external baro bm280 doesn't work on 3.6.6 (works on 3.7) [discussion](**https://discuss.ardupilot.org/t/copter-3-6-6-rc2-available-for-beta-testing/38330/16**). unfortunately a bad wiki update led a user astray
- flowhold can lean past ANGLE_MAX ([issue](https://github.com/ArduPilot/ardupilot/issues/10524))
- Zubax GPS won't initialise on ChibiOS with normal power (works on USB). https://discuss.ardupilot.org/t/zubax-compass-wont-initialize-on-uavcan-via-onboard-power/38524
- Matek405-STD logging not working. https://discuss.ardupilot.org/t/copter-3-6-0-available-soft-release-for-2-days/34456/122
- parameters wiped with SD card becomes full? (https://discuss.ardupilot.org/t/problem-w-3-7-flash-logging-lost-parameters/37803/2)
- flowhold mode wobbles and jumps (https://discuss.ardupilot.org/t/3-6-4-flowhold-no-such-mode-cheerson-cx-of/37076)
- oneshot125 not working on Navio2 ([discussion](https://discuss.ardupilot.org/t/copter-3-6-4-oneshot125-not-enabled/37067), [discussion2](https://discuss.ardupilot.org/t/copter-3-6-10-released/45367/28))
- -v2 or fmuv2 being loaded (discussion here:https://discuss.ardupilot.org/t/3-6-4-flowhold-no-such-mode-cheerson-cx-of/37076)
- BLHeli passthrough not working. See [Giorgio discussion here](https://discuss.ardupilot.org/t/copter-3-6-4-released/36749/5).
- PILOT_TKOFF_DZ not working. https://github.com/ArduPilot/ardupilot/issues/9969
- Twitch when switching from Loiter to Auto ([issue](https://github.com/ArduPilot/ardupilot/issues/10072))
- Dataflash log analysis tool needs updating ([issue](https://github.com/ArduPilot/ardupilot/issues/10094))
- UAVCAN external compass appearing as Compass2 ([issue](https://github.com/ArduPilot/ardupilot/issues/10095))
- set-home with 0,0,0 doesn't set home to current location (https://github.com/ArduPilot/ardupilot/issues/9725)
- can't upload terrain missions to boards with no SD card ([issue](https://github.com/ArduPilot/ardupilot/issues/9679), [discussion](https://discuss.ardupilot.org/t/terrain-following-with-spline-wp-on-omnibusnanov6-not-supported))
- "Initialising APM" message if using UAVCAN Zubax GPS. https://github.com/ArduPilot/ardupilot/issues/9579
- Garmin Lidar Lite v3 offset issue: https://discuss.ardupilot.org/t/lidar-lite-v3-offset-value-issue/34793/13
ChibiOS specific issues:
- SUMD (Graupner RC protocol): https://github.com/ArduPilot/ardupilot/issues/10346
- cx-of not working on kakutef4 (https://discuss.ardupilot.org/t/copter-3-6-5-rc2-available-for-beta-testing/37391)
- mateksys F405 UART2/3 same? see Gino Nencioni https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/31. Cheerson CX-OF doesn't work on mateksys F405. https://discuss.ardupilot.org/t/cheerson-cx-of-low-cost-optical-flow-sensor-testing/35598/35
Also an issues in 3.5.7:
- System doesnât start compass if sbus receiver is plugged in (happens in 3.5.7 too). see Corrado here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/63
Resolved I think:
- Pixhawk4-mini doesn't work with SBUS? ([discussion](https://discuss.ardupilot.org/t/pixhawk-4-mini-no-sbus-signal/38961)) (no feedback from user)
- Motor Test leading to disconnect of MP? ([discussion](https://discuss.ardupilot.org/t/copter-3-6-10-rc1-available-for-beta-testing/44531/22))
- CX-OF not working on ChibiOS boards. see Gino's report here: https://discuss.ardupilot.org/t/copter-3-6-6-rc2-available-for-beta-testing/38330/4 -- will be released with Copter-3.6.8
- Copter flips because Pixhack's 2nd IMU orientation is incorrect ([discussion](https://discuss.ardupilot.org/t/ekf-failsafe-change-imu-crash-with-flip/39709/11)) -- bad hardware it seems
- Matek405 Wing with [Beitian GPS/compass](https://www.banggood.com/UBLOX-NEO-M8N-BN-880-Flight-Control-GPS-Module-Dual-Module-Compass-p-971082.html) not booting. https://discuss.ardupilot.org/t/copter-3-6-5-released/37733/10, report2: https://github.com/ArduPilot/ardupilot/issues/10448 -- fixed in 3.6.7
- Auto Land incorrectly sets target position ([issue](https://github.com/ArduPilot/ardupilot/issues/10617)) - fixed in 3.6.7
- check EKF switching in loiter (see Iron_Donkey's comments along with Randy's in this discussion: https://discuss.ardupilot.org/t/lidar-lite-v3-offset-value-issue/34793/25) -- serious EKF compass selection bug fixed in 3.6.6.
- BMP280 External Baro not working see MarcK's report here:https://discuss.ardupilot.org/t/copter-3-6-6-rc2-available-for-beta-testing/38330/5 -- works in master but not included 3.6 so wiki has been updated
- skipping first spline waypoint in SITL. https://github.com/ArduPilot/ardupilot/issues/9657 - resolved in Copter-3.6.6
- constant compass switching. see andypiper and Corrado_Steri here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/64 - resolved in Copter-3.6.6
- MP is missing 3.6.3, 3.6.4 in previous firmwares list. https://github.com/ArduPilot/MissionPlanner/issues/2079
- Bad logging messages ([issue here](https://github.com/ArduPilot/ardupilot/issues/10124), discussion here: https://discuss.ardupilot.org/t/copter-3-6-0-available-soft-release-for-2-days/34456/98, https://discuss.ardupilot.org/t/prearm-logging-fail-3-6-2/35828) -- hopefully resolved in Copter-3.6.5
- dshot dma issue? https://discuss.ardupilot.org/t/need-help-to-analyze-a-crash-reason/34662/2 -- no follow up reports
- PWM output to ESCs not working 1 in 10 boots. see Corrado_Steri here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/63 -- cannot reproduce
- RC decoding with DSM (https://discuss.ardupilot.org/t/rc-input-decoding-error/35855/3) -- cannot reproduce - interference issue?
- TS100 gps/compass detects QMC5883L compass that doesn't exist. See Sergey https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/21. Also again here: https://discuss.ardupilot.org/t/error-height/35467 -- fixed in 3.6.4?
- pixhawk4 voltage meter doesn't work: https://discuss.ardupilot.org/t/pixhawk-4-power-module-readings-not-working/35149 -- fixed in 3.6.4
- OSD not working on MatekF405-CTR. https://discuss.ardupilot.org/t/osd-does-not-work/35470 -- fixed in 3.6.3
- pixhawk4 rc inputs go crazy: https://discuss.ardupilot.org/t/cumulation-of-crashes-due-to-seemingly-weird-input-pixhawk-4/35537/4 -- fixed in 3.6.3
- tradheli defaults changed for ACCEL_Z. discussion: https://discuss.ardupilot.org/t/copter-3-6-1-released/34969/27 -- fixed in master, will go out with 3.6.3
- stable MP doesn't support installing 3.5.7
- Matek 405CTR telemetry not working? see Jonathan_Blumenfeld here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/48 -- stream rates were set to 0 (why didn't the GCS set them is unclear -- perhaps user was not using a GCS)
- MiniPix the display SSD1306 blocks the telemetry on the usb port making it impossible to communicate with the FC (see Gino_Nencioni discussion here: https://discuss.ardupilot.org/t/copter-3-6-1-released/34969/10) -- cannot reproduce, no answer from user when requested params.
- another dshot issue? https://github.com/ArduPilot/ardupilot/issues/9738, https://discuss.ardupilot.org/t/copter-3-6-1-released/34969/13 -- config issue according to tridge
- MP doesn't allow downgrades ([MP issue](https://github.com/ArduPilot/MissionPlanner/issues/1977)) -- fixed in latest beta
- Disabled Safety Switch is sometimes preventing arming https://discuss.ardupilot.org/t/copter-3-6-0-doesnt-obey-brd-safetyenable-0-some-times/34623 -- fixed in 3.6.1-rc1
- minimOSD showing Alt-above-sealevel: https://discuss.ardupilot.org/t/altitude-in-minimosd-relative-to-sea-level/34665/6 -- fixed in 3.6.1-rc1
- 3.5.7's FS_BATT_VOLT isn't being copied over to BATT_LOW_VOLT -- fixed in 3.6.1-rc1
- mavlink update rate slower than 3.5.7? see kknet here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/84 -- it's a bit slower with NuttX but faster with ChibiOS
- arming failure tone not played. see brandon macdougall here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/60 -- cannot reproduce
- "PreArm: Hardware Safety Switch" should only be displayed on MP HUD if there are not other pre-arm failures (this could possibly be fixed by changing the order in which we send these messages). see rickyg32 here: https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/73
- simple mode always starts on? see Paul Atkin https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/4 -- cannot reproduce
- Pixhawk4 can't save parameters: https://discuss.ardupilot.org/t/parameter-writing-issue-arducopter-v3-6-0-rc10-on-a-pixhawk-4/33221 -- cannot reproduce.
- PixhackV3 - 3rd compass not found. Varun Nelakanti: https://discuss.ardupilot.org/t/copter-3-6-0-rc8-available-for-beta-testing/32374/37
Resolved / removed as 3.6.0 release requirement:
- flowhold won't descend: https://discuss.ardupilot.org/t/flow-hold-wont-descend/34105/3 -- fixed in 3.6.0
- kakutef7 hwdef incorrect? See Paul Atkin. https://discuss.ardupilot.org/t/copter-3-6-0-rc12-available-for-beta-testing/33718/47 -- fixed in 3.6.0
- Maxbotix I2C sonar freeze. https://github.com/ArduPilot/ardupilot/issues/9602 -- fixed in 3.6.0
- pixracer LED shows incorrect colours: https://discuss.ardupilot.org/t/pixracer-onboard-led-is-messed-up/28493/3 -- fixed and will be included in official release
- DShot causes Cube to freeze up after 10sec. Daniel_Met: https://discuss.ardupilot.org/t/copter-3-6-0-rc10-available-for-beta-testing/33057/10 -- will be released with -rc12
- LidarLight3 using PWM not working. See FRED_GOEDDERT: https://discuss.ardupilot.org/t/copter-3-6-0-rc10-available-for-beta-testing/33057/12 -- not yet supported in ChibiOS (known issue)
- PixhackV3 - can't do fast sampling. Roland Mayer: https://discuss.ardupilot.org/t/copter-3-6-0-rc8-available-for-beta-testing/32374/37 -- Pixhack uses MPU6000 that can't do fast sampling
- Sergey: safety button not working on Pixracer: https://discuss.ardupilot.org/t/copter-3-6-0-rc11-available-for-beta-testing/33558/3 -- fixed in -rc12
- gazebo not working with SITL. https://discuss.ardupilot.org/t/arducopter-3-6-sitl-with-gazebo-unstable-flight/34451 -- solved, it was due to performance issue with gazebo.
Rover
opened 06:32AM - 26 Jan 19 UTC
closed 01:00AM - 15 Oct 19 UTC
Rover
This is a list of issues to investigate for the Rover-3.5.0 release:
- OneSho⌠t (and possibly other output types) not working. Raised by Nando here: https://discuss.ardupilot.org/t/rover-3-5-0-rc2-is-available-for-beta-testing/37731/12
Resolved:
- Build server hasn't rebuilt for fmuv2 (fmuv3 is available here: http://firmware.ardupilot.org/Rover/beta/fmuv2). report is here: https://discuss.ardupilot.org/t/rover-3-5-0-rc2-is-available-for-beta-testing/37731/14
Canberra Developer Conference 2020
1 Like
CraigElder
(Craig Elder)
October 2, 2019, 12:50pm
2
Attendee count (max): 20
UTC1102 - PixHawk1 1MB issue
Fmuv2 is quite large because it is generic
Not specific sensors
Uses detection logic
This PR makes a PixHawk1-1M
What does this mean for fmuv2?
Should we remove all of the fmu* things?
People are running the wrong firmware
Flying CubeBlack with fmuv3, for example
MissionPlanner kind of pushes people towards that
Do we really need these?
CubeBlack on a PixHawk2 wonât work?
Really? Says tridge.
Solo has different hardware
Different IMUs
Fails if it doesnât detect same sensors
Stuff that Sid/Jon added
Could be modified so it doesnât fail if it detects a different IMU (should still detect IMUs)
Nah. Just use CubeSolo
UTC1108 - pre-filling with NaN
EK3 now runs as ride-along in SITL quadplane
Need to run under Valgrind to catch NaN problems
This patch PR fills 8k of stack with NaN
Valgrind is actually not broken with this
We will get an FPE if someone uses uninitialised value from stack, in theory
Could run it in each task in SITL
Quiet NANs donât cause FPEs
Accounting varies between microcontrollers
Try using memset with 0xff to see if creates a singling NaN
Not optimised out by compiler!
No inter-module optimisation
LRO may kill this
[9:15 AM] (Channel) MdB: /me desprately wants LTO
[9:15 AM] (Channel) MdB: although not enough to learn WAF
No standard options in gcc to do the LTO
LD_PRELOAD linker hack into compiler
Need to check newer compilers
UTC1116 - https://github.com/ArduPilot/ardupilot/pull/12412
UTC1121 - https://github.com/ArduPilot/ardupilot/pull/12404
Add --upload-port option to waf
Just needs a default option
And test with Py2 and Py3
Killing Python2
Not until the stable Ubuntu no longer ships with it
UTC1127 - https://github.com/ArduPilot/ardupilot/pull/12379
Memory classes
Add a define for double support?
Different flight characteristics
128k for scripting on H7, maybe
Contiguity can be interesting on stm32
512k contiguous on H7
Will turn up the buffer size on logging
High-rate logging on any SD card?
UTC1129 - https://github.com/ArduPilot/ardupilot/pull/12323
Custom AHRS rotation
Degrees vs radians
We kind of stuffed up documentation vs code
Code accepts radians
Documentation is degrees
Do we fix this?
Supposed to be degrees
Probably safe to change?
Rename?
https://github.com/ArduPilot/ardupilot/issues/12000
[9:35 AM] (Channel) Michael_duBreuil: It also will immediately look wrong/off when they use it so they should catch it as long as they do some form of decent preflight
Will be backported to Plane4.0
Resolved to fix the code to be degrees
Jacob will contact people
https://youtu.be/kVqbceqmKls?t=68
[9:57 AM] (Channel) PH: why catch the fish?
[9:58 AM] (Channel) JW: theyâre delicious
[9:58 AM] (Channel) JW: and invasive
UTC1130 - https://github.com/ArduPilot/ardupilot/pull/10846
Reverse tricopter
Rolfe
Works for Peter Hall on RealFlight
Needs documentation
Possibly efficient for a quadplane?
UTC1138 - https://github.com/ArduPilot/ardupilot/pull/7432
Copter failsafe refactoring
Bit scope-creeped
Lots and lots of tests!
Parameter conversion still needs fixing before merge
UTC1149 - Plane update from tridge
No new beta3 out yet
Couple of important fixes
U-BLOX
Long-outstanding issue with GPS outage of 9 to 11 seconds
Single lost byte could cause this
Would go to 0 satellites
Forced landing for Copter etc
GPS disconnecting on USB power?
Increased byte-corruption on USB, perhaps
Not sure about whether takeoff mode will go in
Serious CAN bug will also go into Beta3
Causes UART issues if using CAN ESCs
GPS Failsafes triggeringâŚ.
And scheduling issues
UTC1154 - Copter update
velocity/position averaged over 10 seconds
Rover 3.5 has a regression on wheel odometry
Ebin is working on it
Definitely one we should fix before we release
Issue will be created to track the betas
Collective settings wrong == Heli reaches for the sky
stab/acro still work
Need to see if it is in 3.6
Arm in stab, switch to auto, takeoff when ready?
Col-mid takeoff indefinitely?
Relative vs absolute
Logs!
Special thanks to Henry for testing and fixing bits and pieces in Rover
Including follow mode using QGC!
UTC0009 - Canberra Unconference
21st/22nd or 28/29 March
Start thinking about travel now!
Something things to fix
Not a lot of food options in walking distance
No boats where we did talks
Small room
35 or so people
May have a few more this year
Canât fix everything!
Will be at SpringValley
Marquee at the flying site at Spring Valley?
Conference talks right next to flying site
Further from food and things
Go for fancy hotel by the lake?
More expensive
Nice view over lake
Boats right outside
Larger rooms
Please contact tridge to get on Skype group to discuss conference
Several jumped on that immediately
Very cheap to run in 2019
More expensive in 2020
We have a chunk of money in the bank
$10,000 budget to run a really nice conference
If it is two days, should it be Fri/Sat or Sat/Sun
three days does increase minimum cost
Three would allow for more tutorial-style things
Marquee would be for a week
Would still use that flying field even if using other hotels
Hotel options?
Hyatt Canberra
5-star on lake
Meetings rooms $4,000/day
Rooms are $250/night
[10:24 AM] (Channel) AndrewTridgell: https://www.hyatt.com/en-US/hotel/australia/hyatt-hotel-canberra-a-park-hyatt-hotel/canbe
[10:24 AM] (Channel) Craig.Elder: !!!
[10:25 AM] To Weekly devcall: Their buffet is awesome.
[10:25 AM] To Weekly devcall: I wouldnât make the talks.
[10:25 AM] To Weekly devcall: Too busy eating.
[10:25 AM] (Channel) MdB: Youâd be on your computer eating though
[10:25 AM] (Channel) MdB: So just type to us
[10:25 AM] (Channel) MdB: And weâll get some TTS going for you
$25/night for parking isnât unusual
https://canberra.crowneplaza.com/canberra-meetings/
Tridge was trying to keep the price down this year
Really cheap conference
One step up in hotelâŚ.
Diplomat too small?
Marquee includes tables and chairs and solid floor
12mx6m
[10:30 AM] (Channel) MdB: PROPS + SPINNY CHAIRS!
[10:30 AM] (Channel) MdB: First person to roverize their chair wins
[10:30 AM] (Channel) MdB: build challenge
~$5,000 for the week
PH: just roverize the whole tent
[10:31 AM] (Channel) MdB: Iâm generally in favor of conf at flying field
[10:31 AM] (Channel) MdB: Could be convinced otherwise though
Spit roast for dinner?
Bbq?
Daleâs lamb and chicken again?
[10:33 AM] (Channel) Peter_Hall: well we canât come to Australia and not have a BBQ
[10:33 AM] To Weekly devcall: @PH ITYM âbarbieâ
[10:33 AM] To Weekly devcall: And/or âbarbyâ
Funding developers is most definitely something we want to do
UTC0021 - moved to -O2 optimisation
Smaller and faster!
-O2 was the best balance
UTC0035 - Jacob and Sub update
[10:34 AM] (Channel) JW: i tagged sub 3.6 beta today
[10:34 AM] (Channel) JW: and updating stable shortly
Branched from master 6 months ago
Many critical bugfixes have gone in since then
Jacob and tridge will go through that
[10:37 AM] (Channel) JW: weâll be able to do a 4.0 next year
1 Like