Hi,
I'm trying to access the kinematic parameters of an object( like speed, acceleration, etc) which uses process flow activities for kinematics. The kinematics label on the token is not returning the kinematics parameters accurately when using the getkinematics () command(always returning zero).
double currentrotvelocity = getkinematics(token.kinematics,KINEMATIC_RVELOCITY,1,Model.time); return currentrotvelocity;
If we are not using process flow for kinematics, the parameters can be easily accessed using the getkinematics() on the label treenode.
Is this the right approach?
Regards,
Arun KRGetKinematics.fsm