Pavel Kirienko
Pavel Kirienko
> This is required as an MIT dep cannot go into a GPLv3 project Are you sure about that? The hivemind seems to disagree: https://opensource.stackexchange.com/questions/5477/release-code-with-mit-dependencies-under-gpl Also if the following statement...
@Linjieqiang Right now the best way to get involved is to stay up to date on things. We may or may not be able to secure some dev workforce with...
@Linjieqiang I see that your user account is already created, so I just activated it manually: https://forum.uavcan.org/admin/users/181/linjieqiang. The confirmation email probably got into your spam folder, please check that.
The reason I want these types in the standard set is that they are generic and thus useful for building simple vendor-agnostic interfaces. An integrator could surely provide equivalent definitions...
We are building a new GUI tool here, everyone is welcome to join the discussion: https://forum.uavcan.org/t/gui-tool-next-generation/229
Thanks, Olli. The problem is not caused by the plotter. As you can see in the bus monitor window on the second screenshot, there are multiple frames that share the...
I see now. I think the problem could also be caused by the insufficient precision of `float64` for high-resolution time stamps. The time stamps are provided in the Unix time...
You should run this https://github.com/UAVCAN/gui_tool/blob/develop/bin/uavcan_gui_tool
You might be able to [use it via Python-CAN](https://pycyphal.readthedocs.io/en/stable/api/pycyphal.transport.can.media.pythoncan.html) as-is, like `UAVCAN__CAN__IFACE='pcan:PCAN_USBBUS1'`.
I'm not sure if Python-CAN works on macOS though