-
Notifications
You must be signed in to change notification settings - Fork 7
Add UR5e robot descriptions and MoveIt configurations for multi - end effector setups at CMS #73
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
Add UR5e robot descriptions and MoveIt configurations for multi - end effector setups at CMS #73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really great stuff. Thank you.
One question on whether the dependencies are correct (listed in readme, but not in package.xml). After that good to merge on lint check.
…ick_config , fix markdown linting issues
|
I'll remove the exec depend for the hande and epick , i don't think they are available through rosdep. I'll keep the ur_description |
|
That makes sense, these are already included in the deps pulled by vcs in the build, yea? |
yep, i still have to update the vcs to pull from the upstream for epick but otherwise yes they are pulled through vcs. I'm also not sure why the super-linter fails , the links provided in the markdown should all work. |
|
Potentially some confusing output at the summary flagging 403s. This is the error I believe: /github/workspace/src/custom-ur-descriptions/ur5e_moveit_configs/README.md:119:401 MD013/line-length Line length [Expected: 400; Actual: 413] |
|
should be fixed now |
|
Will merge and put in followup for the build failure. |
Summary
New Packages
ur5e_robot_description
Robot description package containing URDF/XACRO files for:
ur5e_robot_description/README.mdur5e_moveit_configs
Directory containing three MoveIt configuration packages:
ur_standalone_moveit_config- For tool exchange operationsur_zivid_hande_moveit_config- For Hand-E gripper operationsur_zivid_epick_moveit_config- For ePick vacuum operationsSee
ur5e_moveit_configs/README.mdUsage
# Launch specific configurations ros2 launch ur_standalone_moveit_config robot_bringup.launch.py ros2 launch ur_zivid_hande_moveit_config robot_bringup.launch.py ros2 launch ur_zivid_epick_moveit_config robot_bringup.launch.py