Daniel Nilsson
Daniel Nilsson
I was never able to reproduce that issue but I only tried on BBSHD, I will check again with BBS02 controller. If you don't need the walk assist function (i.e....
@aalm Have you tried the released 1.4.0? I had to do quite some restructuring when implementing the global throttle limiting stuff. Would be nice to confirm I didn't brake anything...
Sounds like throttle signal is activated which overrides everything when global throttle is activated. You could try raising the low throttle limit (mV) a bit and see if it helps,...
Yes that's how it works, maybe a bit too simple to give a perfect result but worked good enough for higher speeds. I did however test it at low speeds...
Ok yes that is quite a lot of power for such a low speed limit, especially if on BBSHD, that will cause overshoot and also oscillations. I would recommend 20%%...
No clue here, power is calculated by display. Only current is forwarded from this firmware which is in the resolution of 0.5A. See: https://github.com/danielnilsson9/bbs-fw/blob/23ab0ec635deaacc84aef9a447b30c46a5140d35/src/firmware/extcom.c#LL549C17-L549C18 I cannot see any error there....
Thanks for confirming. This is a weird one, it happily goes past 1500W on my display. Must be something special with this display then. Maybe it expects a response to...
+1 Did not expect to hit this issue when integrating multi arch builds in our system. I don't understand where the issue is coming from. When specifying "--platform linux/amd64,linux/arm64" in...
Ok this was an user error I quess. Multi arch builds works when value arguments are passed with --value=arg (NOTE: = instead of space between arg and value). So this...
When adding a user_toolchain from config the CMakeToolchain generator no longer sets CMake variables required for cross compiling. See: https://docs.conan.io/2/reference/tools/cmake/cmaketoolchain.html#cross-building Related code: https://github.com/conan-io/conan/blob/develop2/conan/tools/cmake/toolchain/blocks.py#L1033 This might be related to your issue....