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
Sometime I'm getting following error when using rosjava_actionlib on the KUKA IIWA Robot,
Stopping task due the following error:
java.util.ConcurrentModificationException
at java.util.HashMAP$HashIterator.nextEntry(UnknownSource)
at java.util.HashMap$ValuerIterator.next(UnknownSource)
at com.github.rosjava_actionlib.ActionServer.sendStatusTick(ActionServer.java:257)
at com.github.rosjava_actionlib.ActionServer$1.run(ActionServer.java:139)
at java.util.TimerThread.mainLoop(Unknown Source)
at.java.util.TimerThread.run(Unknown Source)
Any Idea what might be wrong?
The text was updated successfully, but these errors were encountered:
fmessmer
added a commit
to fmessmer/rosjava_actionlib
that referenced
this issue
Jan 7, 2021
Sometime I'm getting following error when using rosjava_actionlib on the KUKA IIWA Robot,
Any Idea what might be wrong?
The text was updated successfully, but these errors were encountered: