Open
Description
I am getting the following error at the end of the compilation when the binding are compiled:
org/opensim/modeling/StdMapStringTimeSeriesTableVec3.java:57: error: incompatible types: SWIGTYPE_p_std__mapT_std__string_std__shared_ptrT_OpenSim__TimeSeriesTable_T_SimTK__Vec3_t_t_std__lessT_std__string_t_t__iterator cannot be converted to Iterator
Iterator itr = find((String) key);
Do you have any directions how to fix this?