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

How to Move Yumi Arm to predifined position?

asked 2017-11-27 10:44:10 -0500

Ahmad gravatar image

I'm working on a project that requires taking images from camera and doing some process and extract the real coordinates and send them to the robot arm. I was able to do all the camera part, also I was able to connect my ABB yumi Robot to ROS server and I'm able to get the state of both arms and move both arms using MOVEIT+Rviz (random valid motion) using Yumi package from orebro university My question is that how to make the arms moving to a specific coordinates using the MOVEIT+Rviz or even writing a C++ code to make the arms move to those coordinates.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-12-10 07:42:19 -0500

Marcolino gravatar image

HI, I developed what you're basically trying to do in MATLAB. I'm using as well the ABB Yumi. I detect some objects using a camera, then I find the position of these objects and eventually I create a trajectory to grasp and move the selected object. The trajectory I create are for the end-effector, then I convert it into joint trajectories using the inverse kinematic algorithm (it's inside MATLAB). Finally I can send the trajectory to ROS and the robot using the specific Rosaction.

I hope it's helpful.

edit flag offensive delete link more

Comments

@Marcolino, can I get some guidance from you regarding this work as I am also working on the almost the same project with different application?

ahmed ali 95 gravatar image ahmed ali 95  ( 2020-05-02 05:07:47 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-11-27 10:44:10 -0500

Seen: 417 times

Last updated: Nov 27 '17