ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to code my first pick-and-place application on universal robots?

asked 2022-09-07 01:32:13 -0500

errixerri gravatar image

updated 2022-09-08 07:04:06 -0500

I would like to use the moveit2 pick and place application with a different robot, not the panda as here in the description but the Universal Robots, in particular i would like to have a functional simulation.

PANDA EXAMPLE

  1. What package should I include from the UR driver for ROS2?
  2. What should I do to transpose my application with the UR?

If someone has a pick-and-place application available with one of the universal robots, it would be awesome!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2022-09-10 09:05:56 -0500

Mike Scheutzow gravatar image

updated 2022-09-13 07:14:44 -0500

Start with this link, and make sure to carefully go through the Readme:

https://github.com/UniversalRobots/Un...

You could have easily found this yourself using the search terms: ros2 universal robot

update:

When starting out, a moveit application (your code) is nearly the same across any robot arm that supports moveit. Typically, small tweaks need to be made for link names and frame names, but the moveit library calls will remain the same. More complex apps will be less portable.

Have you tried typing pick-place or pick-place-moveit into the search box at the top of this page?

edit flag offensive delete link more

Comments

yes, thank you. but it is not a pick and place application with UR Robot like the one with the PANDA EXAMPLE and it does not explain how to integrate the UR robot driver with the PANDA EXAMPLE.

errixerri gravatar image errixerri  ( 2022-09-13 05:29:22 -0500 )edit

I updated my answer.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2022-09-13 07:12:20 -0500 )edit
0

answered 2022-09-07 21:45:34 -0500

ravijoshi gravatar image

A quick Google search gave me the following results:

  1. How to use the robot interface to pick and place an object at a predefined location with a UR5 robot arm
  2. How to control Universal Robot by using ROS2

Please spend some time going through them carefully.

edit flag offensive delete link more

Comments

Thank you very much for our help, but first link concern an old documentation and it is not clear at all, maybe it works well with the real robot but i'm not sure it will be fine. It tells me to clone an online repository but when i build it gives me back compiling errors! First link, PDF's one is an older version dealing with foxies version and not accurate at all, many links are not working

errixerri gravatar image errixerri  ( 2022-09-08 07:08:27 -0500 )edit

Question Tools

Stats

Asked: 2022-09-07 01:32:13 -0500

Seen: 586 times

Last updated: Sep 13 '22