Hy,
is it possible to subscribe for the different Limit-Events in RobotProgramming-Tab?
Thx & Regards
Feature
Hy,
is it possible to subscribe for the different Limit-Events in RobotProgramming-Tab?
Thx & Regards
Feature
ISimulation has this event:
/// <summary> /// Event that is raised when a joint limit is exceeded during simulation. /// </summary> event EventHandler<JointLimitExceededEventArgs> JointLimitExceeded;
Did you check that the JointLimitExceeded event is not raised for singularities as well? The event arguments has flags enum JointLimitTests which includes a flag for singularity.
Hy,
thank you!
Regards