OpenCyphal-Garage / gui_tool

Legacy cross-platform GUI application for UAVCAN/CAN v0 bus management and diagnostics. Does not support UAVCAN v1; for that, see Yukon.
http://legacy.uavcan.org
MIT License
85 stars 53 forks source link

Vendor-specific data types are not accessible from the bus monitor and plotter processes #32

Open pavel-kirienko opened 6 years ago

pavel-kirienko commented 6 years ago

Custom definitions should be passed to children processes.

Loading them from disk is a bad idea because definitions may diverge if the source files are changed while the application is running.

(copied from https://github.com/UAVCAN/pyuavcan/issues/36)