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
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
Playing with the motoman model, I was frustrated that I could not get any joints to move. Turns out it was the <safety_controller> tags which all had soft_lower_limit and soft_upper_limit set to 0. I'm not sure why the lines were in there at all, but it seems like an easy thing to detect in the setup assistant: if a joint cannot move because of the joint limits, show a warning message saying why the joint can't move.
The text was updated successfully, but these errors were encountered:
Playing with the motoman model, I was frustrated that I could not get any joints to move. Turns out it was the
<safety_controller>
tags which all had soft_lower_limit and soft_upper_limit set to 0. I'm not sure why the lines were in there at all, but it seems like an easy thing to detect in the setup assistant: if a joint cannot move because of the joint limits, show a warning message saying why the joint can't move.The text was updated successfully, but these errors were encountered: