I use two standard data types inside my custom data type.
SynchronizedTimestamp.1.0[<=32767] timestamp
uint16[<=32767] sensor
Real32.1.0[<=32767] value
These two standard data type definitions are located in the same directory, as the custom one (a/b/custom). Here ist the error message I get on compilation
uavcan.dsdl.common.DsdlException: a/b/custom/MyType.0.1.uavcan:5: Unknown namespace [SynchronizedTimestamp.1]
Compiler failure
How can I fix it?