ethz-asl / robot_control

1 stars 2 forks source link

Backend IK solvers in robot_control #20

Open grizzi opened 4 years ago

grizzi commented 4 years ago

Many algo requires IK solvers. We can used specialized libraries or hand-made ones for more flexibility. In both cases, this feature is needed for future development.

In theory, the solver is independent from the robot. I would propose to have the Ik solver in a separate class similarly to the KDL philosophy since they only share the kinematic data structure.

grizzi commented 4 years ago

WIP branch https://github.com/ethz-asl/robot_control/tree/feature/ik_solver