-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pick and Place tutorial not build nor execute out of the box (Ubuntu 20.04) #1
Comments
Ok found at https://github.com/dairal/ur5_gripper_moveit_config. |
Then
I don't find that file anywhere on this host (Docker container).
Not sure if the content is what the tutorial expects, but I found a file with the same name https://github.com/utecrobotics/ur5/blob/master/ur5_description/urdf/ur5_robotiq85_gripper.urdf.xacro |
TLDR; I got it at least built and run with tweaks as follows. I leave this up to the blog author how to handle.
And yet, In the Docker container that started without |
I came from https://roboticscasual.com/ros-tutorial-how-to-use-opencv-in-a-robot-pick-and-place-task-for-computer-vision/ (Thanks for the tutorial). Find some issues I cannot resolve:
ur5_gripper_moveit_config
package is mentioned, but the package is not found anywhere on Internet as far as I tried.find_package(OpenCV 3 REQUIRED)
fails.find_package(OpenCV 4 REQUIRED)
worked. FYI I ran the set of command in a Docker container:The text was updated successfully, but these errors were encountered: