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

IK solver for Fanuc crx-10ia/L

asked 2022-05-26 23:07:54 -0500

nizar00 gravatar image

Hello, I'm working on controlling a Fanuc crx-10ia/l for an object detection application, I have the cartesian coordinates of the detected objects I would like to get the joint angels for the robot to reach those coordinates, are there any ros programs or libraries that can make the process simpler is there a way to move the robot to the cartesian point without using IK ?

edit retag flag offensive close merge delete

Comments

Have you done a search for fanuc_driver_exp on this site? The driver's control API looks minimal, so it's your responsibility to somehow get the IK calculations done. Question #q271864 may give you some helpful info, even though it's discussing a different model.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2022-05-28 09:25:57 -0500 )edit

thank you for your replay, this driver's lack of control options was one of the reasons I asked this question, I m wondering if there are any ROS tools that I can use for IK even separate from the drive that I can feed the data of the robot and the point I want to move to and get the results

nizar00 gravatar image nizar00  ( 2022-05-29 17:58:11 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2022-05-29 20:11:09 -0500

Mike Scheutzow gravatar image

You could take a look at http://wiki.ros.org/trac_ik to see if it meets your needs.

edit flag offensive delete link more
0

answered 2022-05-27 02:53:55 -0500

gvdhoorn gravatar image

Have you considered trying MoveIt?

edit flag offensive delete link more

Comments

I'm still trying to learn how to use it and from what I research it is the most popular answer, but what I want to do is to create a simple publisher that I can feed the object coordinates and it sends the joint values to the robot, I also I want to know if there are libraries or packages that you recommend that can make the process easier.

nizar00 gravatar image nizar00  ( 2022-05-27 03:14:28 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-05-26 23:07:54 -0500

Seen: 253 times

Last updated: May 29 '22