-
Notifications
You must be signed in to change notification settings - Fork 0
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
Universal Robots Arm (UR5) #37
Comments
This might be the winner thus far: More links:
|
Potential Gazebo worlds: helpful link? :https://app.gazebosim.org/fuel/worlds UR5 model with gripper: https://app.gazebosim.org/AndrejOrsula/fuel/models/ur5_rg2 |
UR5 teams: |
Hello UR5 people, Here are some things I've learned / am stuck on while trying to get the following github repo to function: https://github.com/pietrolechthaler/UR5-Pick-and-Place-Simulation Setting it up properly..
Where I am at.. I'll edit this message if I make any progress. Last edit 4/6 11:34AM |
Hello Dr. Murray, The UR5 people convened and are wondering if you are available at 3:30PM on Thursday (4/11)? |
Thursday at 3:30 works for me. On Zoom or in 427 Bell? |
Zoom would work the best for the UR5 teams. |
Zoom link? |
See the It could be helpful as you start tracing the connections among the component parts of your UR5/Robotiq models |
Hello Professor, During out meeting you had mentioned that you were able to follow the steps listed on this website: https://sir.upc.edu/projects/rostutorials/final_work/index.html#provided-packages. and then launch the environment. How were you able to do steps 2 and 3. I dont see a way to signup for gitioc (gitlab).
git clone https://gitlab.com/intro2ros/2023/teamXX/final-work/chesslab_setup.git final-work/chesslab_setup or ssh: git clone [email protected]:intro2ros/2023/teamXX/final-work/chesslab_setup.git final-work/chesslab_setup Any advice would be beneficial. Thank you. |
A promising repository that we could potentially use: https://github.com/ClangWU/ur5_package I was able to move the robot and control the gripper through Rviz under the motion planning tab. For programming purposes we would need to figure out how to use the moveit package with python commands. |
Hi, Jack,
So, my |
This looks super encouraging! It would be very helpful if you can trace/document the sequence of files that are used in the Agree with you that figuring out how to use MoveIt via Python will also be good. |
This issue covers the use of the UR5 arm.
Installation
I was able to install a UR5 gazebo simulation using this command:
After installing, launch the simulator:
Unfortunately, this does not include an "end effector" (i.e., a gripper or camera).
Source: https://github.com/ros-industrial/universal_robot
Other documentation:
End Effectors:
From what I've seen, Universal Robots makes arms, but not end effectors (EE). Thus, the ROS packages they support only include the arms.
Robotiq seems to be a large player in the EE space, but they don't actively support ROS. Fortunately, this repo provides ROS support for Robotiq EEs:
NOTES:
Here are some other places to look for help:
Ignore This
I'm saving this link here, but I don't think it's actually useful for our purposes:
The text was updated successfully, but these errors were encountered: