Replies: 1 comment 1 reply
-
Do you think the specification of the joint or free paramter would happen only once (e.g., on construction of the IK solver) or on a per-call basis to the In the case that it only needs to be set once, then you could probably just add the value of that parameter to the YAML configuration of the planner. In the case that it needs to be provided to every call of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have completed a very rough IK plugin using the IK-Geo solvers. The IK-Geo library from RPI needs a lot of software engineering work before it will be ready.
https://github.com/johnwason/tesseract_ikgeo
It looks like Tesseract has very limited support for 7-DOF and higher robots. For IK-Geo, the solver can either optimize the free parameter in the IK solution, or have the free parameter specified. The free parameter can either be a joint, or some arbitrary geometric parameter. We should add a more generalized way to pass this parameter. Currently only "seed" joint angles are passed, but this is not overly helpful for the more advanced solvers that can take different parameters.
Beta Was this translation helpful? Give feedback.
All reactions