Replies: 2 comments 1 reply
-
|
Here are the tesseract examples: https://github.com/tesseract-robotics/tesseract_planning/tree/master/tesseract_examples/src Here is an example via ROS: https://github.com/ros-industrial-consortium/scan_n_plan_workshop |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
There is really not many changes you have to make to leverage the UR instead of any other robot. If you have your URDF and SRDF the only thing you need to do is define that you want to use the UR inverse kinematics plugin. Example:
kinematic_plugins:
search_paths:
- /usr/local/lib
search_libraries:
- tesseract_kinematics_ur_factories
inv_kin_plugins:
manipulator:
default: URInvKin
plugins:
URInvKin:
class: URInvKinFactory
config:
base_link: base_link
tip_link: tool0
model: UR10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I am currently trying to set up a ur10e or ur20 with tesseract in ros2 humble, but im struggling to get it to work. I am not sure if the problem is because of the urdf/srdf files i generated. So i wonder if there is a good resource or an example package for that?
Cheers,
T
Beta Was this translation helpful? Give feedback.
All reactions