You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @melisande-c pointed out, it's rather clunky to create new sources of ground truth without them being "officially" recognized by microsim, and it's because of this union.
This could be fixed either via some base class that end users must subclass (which would be added to the union last), and could also probably be solved simply by adding a Protocol object to the union that detects whether the passed object implements render().
The text was updated successfully, but these errors were encountered:
As @melisande-c pointed out, it's rather clunky to create new sources of ground truth without them being "officially" recognized by microsim, and it's because of this union.
This could be fixed either via some base class that end users must subclass (which would be added to the union last), and could also probably be solved simply by adding a
Protocol
object to the union that detects whether the passed object implementsrender()
.The text was updated successfully, but these errors were encountered: