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

How can I extract the urdf of xarm6 with gripper for other emulator #240

Open
para133 opened this issue Sep 25, 2024 · 2 comments
Open

How can I extract the urdf of xarm6 with gripper for other emulator #240

para133 opened this issue Sep 25, 2024 · 2 comments

Comments

@para133
Copy link

para133 commented Sep 25, 2024

All tutorial for simulation are based on Gazebo and rviz. If I want to use other emulator, how can I extract the urdf and srdf of xarm6 with Two-finger gripper or which xacro should I use ? Looking forward to your reply.

@penglongxiang
Copy link
Contributor

penglongxiang commented Sep 27, 2024

You may use this command:

cd xarm_ros
rosrun xacro xacro xarm_description/urdf/xarm_device.urdf.xacro robot_type:=xarm dof:=6 add_gripper:=true > xarm6_with_gripper.urdf

@para133
Copy link
Author

para133 commented Sep 28, 2024

@penglongxiang Thanks for your reply ,so if I want to extract the corresponding srdf ,should I use following command?

cd xarm_ros  
rosrun xacro xacro xarm_description/srdf/xarm.srdf.xacro robot_type:=xarm dof:=6 add_gripper:=true > xarm6_with_gripper.srdf

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