kwikius

Results 11 issues of kwikius

Raise coherent quantity to fractional power doesnt give correct result. Personally I am not so bothered about incoherent quantities but for coherent quantities this can be done better. Currently doesnt...

bug
help wanted

So we have `duration_cast(from)` `quantity_cast(from)` `quantity_point_cast(from)` https://github.com/mpusz/units/pull/118 All these functions perform an explicit cast between different types in their type family when an implicit cast is not allowed. Now what...

iso

1) In the read_write example, in a write to descriptor, the buffer is never written with the value to write. 2) In /bluez/gattlib_read_write.c the sizeof the pointer is used rather...

re compatability with units library ( and indeed other libraries) https://github.com/mpusz/units Both units library and la library should constrain operators multiplying by scalars to avoid ambiguous overloads. LA library should...

As title . I work mainly on embedded systems, which are typically [freestanding](https://en.cppreference.com/w/cpp/freestanding) . Is mp-units going to require a hosted implementation?

Github/Ardupilot/waf repo has been updated, but Ardupilot is still using previous submodule version. For the mods see https://github.com/ArduPilot/ardupilot/issues/25923.

Update sailboat wiki with new "In Irons" functionality. See https://github.com/ArduPilot/ardupilot/pull/26307

Operating system Ubuntu22.04. After build plugins exist but aren't found in the asv_wave_sim/install/lib path, but are found if you change to the asv_wave_sim/build/gz-waves1/lib path. **_There is a very similar problem...

See https://discuss.ardupilot.org/t/waf-update-waf-submodule-to-ardupilot-waf-master-user-setup-errror

The use of names such as 'm' effectively in the global namespace doesn't scale well. I have been looking into trying to use mp-units in a real library and selected...