Skip to content
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

Mounting the robot #10

Open
Kaushik093 opened this issue Jun 1, 2022 · 1 comment
Open

Mounting the robot #10

Kaushik093 opened this issue Jun 1, 2022 · 1 comment

Comments

@Kaushik093
Copy link

How did you mount the robot on the table? What changes did you make to the original urdf?

@santoshbalaji
Copy link

Well there are few files to focus here for that.

ur5_robotiq85_gripper.urdf.xacro - Description for UR5 with gripper (https://github.com/utecrobotics/ur5/blob/master/ur5_description/urdf/ur5_robotiq85_gripper.urdf.xacro)

model.sdf - UR5 base table description (https://github.com/utecrobotics/ur5/blob/master/ur5_gazebo/models/ur5_base/model.sdf)

ur5_setup.world - Simulation world with robot base table from model mentioned above (https://github.com/utecrobotics/ur5/blob/master/ur5_gazebo/worlds/ur5_setup.world)

ur5_setup.launch - line no: 28 where the ur5 urdf is being added to simulation world on specified z axis level which above the ur5_base table (https://github.com/utecrobotics/ur5/blob/master/ur5_gazebo/launch/ur5_setup.launch)
line no: 12 specified which world file to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants