wave_geometry icon indicating copy to clipboard operation
wave_geometry copied to clipboard

Coordinate frame semantics at runtime too

Open pwm1234-sri opened this issue 4 years ago • 1 comments

I came across wave_geometry and am very interested in its coordinate frame semantic checking capability. While I have use cases where I can use compile-time checking, I also have use cases where I know coordinate frames at run-time only. Do you have suggestions on how to extend or use the wave_geometry coordinate frame semantics at runtime? (I am aware of the runtime capabilities published by De Laet, but the code I have found for that seems stale and is no longer being developed.)

pwm1234-sri avatar Jan 13 '21 17:01 pwm1234-sri

My guess is that you can create a dynamic tag that would have special handling but it might be tedious because every single templated operation will also have to be specialized for that dynamic tag.

andre-nguyen avatar Feb 16 '22 17:02 andre-nguyen