-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if we can use the main universal_robot repo #287
Comments
👍 |
idea from @guihomework @ugocupcic I just noticed this patch is required to run the ur + shadow hand It is quite bad to require the arm that carry your hand to remove the ros_control and use your transmission model. Things should be modified at the Shadow side to handle that. as long as the shadow hand is not using the gazebo_ros_control, sr_gazebo_plugin should not see the ur_description but only the sr_description. This is due to a bad robot_description separation between incompatible robots/plugins. sh_description loading a second (or more) robot_description for the hand is not a big problem. We run 7 different robot_description and this is probably always necessary as not every controller / plugin in the world can consider all the possible special cases of other robots living in the same world. Please consider fixing or removing this patch on transmissions/plugin when ever possible. |
@ugocupcic in ny latedt comment here #333 |
Possible problems:
The text was updated successfully, but these errors were encountered: