Hi there,
When doing IK, I have encountered a problem showing bellow.
InverseKinematicsTool Failed: SimTK Exception thrown at AssemblyCondition_Markers.h:390:
Error detected by Simbody method Markers::moveAllObservations(): Number of observations provided (49) differs from the number of observations (50) last defined with defineObservationOrder().
(Required condition '(int)observations.size() == (int)observation2marker.size()' was not met.)
Is this error caused by the .trc file? And what should I do to fix it?
Cheers.
Zheqi
IK problem during inputing the .trc data
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: IK problem during inputing the .trc data
The .trc file is probably not correctly formated. Please check if the header is correctly specifying the number of markers.Is this error caused by the .trc file? And what should I do to fix it?
Re: IK problem during inputing the .trc data
Thanks for your reply.mitkof6 wrote:The .trc file is probably not correctly formated. Please check if the header is correctly specifying the number of markers.Is this error caused by the .trc file? And what should I do to fix it?
I've checked the header. I'm sure it specifies the number of markers correctly. The number of markers are all the same in header, the marker data, and the model.