Hello RTI Community,
I want to access typeref data types from my python application like follows:
my_type = provider.type("NewTypedef1")
my_type = provider.type("NewTypedef1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rti.connextdds.Error: Failed to get get DynamicType from type library
Can you telp me - what is wrong here?
Thanks in advance!
Best Regards,
Marc
Works for me...see attachments.