Thomas Watson
Thomas Watson
The [JSON REST](https://github.com/ODM2/ODM2DataSharingPortal/blob/main/doc/example_rest_requests.md) request data upload should be extended to support multiple data points per request and thus [reduce data usage](https://github.com/ODM2/ODM2DataSharingPortal/issues/95) by the dataloggers. This can be accomplished by replacing...
A few re-engineerings to make the state setup more efficient and on-demand. Please see the commits for details. There are no visible changes to scripts except for ones that play...
Removes some annoyances with unnecessary `uint32_t_ud` and pitfalls with -1 return values. This does technically break compatibility, not sure if there is any policy on that. I tried to edit...
On macOS, sometimes ._script.lua is created to store metadata when the user copies script.lua over to their SD card. Previously, the scripting engine would barf since the file is not...
Like other vehicles, RC_SPEED is used to set the PWM output rate for outputs whose functions are set to MotorN so that ESCs can be driven at a fast speed...
Implements a reasonably comfortable REPL accessible over serial entirely as a loadable script. Tested in SITL and on the bench with a Cube Orange. Was able to run a couple...
All CRCs are checksums but not all checksums are CRCs. Paves the way for deduplication and unification of CRC implementations, including interface and standard of implementation. No functional change yet....
### Issue with current documentation: * The transition guide [here](https://numpy.org/doc/stable/reference/routines.polynomials.html#transitioning-from-numpy-poly1d-to-numpy-polynomial) does not explain how to transition uses of `np.polyval`. * The legacy class documentation [here](https://numpy.org/doc/stable/reference/generated/numpy.poly1d.html#numpy.poly1d) does have an evaluation example,...
Ran into this error upgrading my system to lxqt-powermanagement 1.4.0. ``` $ lxqt-powermanagement BatteryChanged discharging: false chargeLevel: 100 actionTime: QTime(Invalid) Inhibit got: 34 Starting idlenesswatcher The X11 connection broke: Unsupported...