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
I am not sure this is the right repository, since it is not clear to me whether or not the transmission tag belongs to the urdf specification or the ros_control specification.
when applying check_urdf to a urdf file containing transmissions tag, the node does not check whether or not the joint specified in the transmission tag exists. This makes debugging harder when the package ros_control is used.
Thanks for reading
The text was updated successfully, but these errors were encountered:
As you say, it doesn't look like there is any error checking around transmission right now. We would certainly welcome a pull request that implemented that.
Hello everyone,
I am not sure this is the right repository, since it is not clear to me whether or not the transmission tag belongs to the urdf specification or the ros_control specification.
when applying check_urdf to a urdf file containing transmissions tag, the node does not check whether or not the joint specified in the transmission tag exists. This makes debugging harder when the package ros_control is used.
Thanks for reading
The text was updated successfully, but these errors were encountered: