Closed littleggghost closed 5 years ago
The KDL need to init it's chain by addSegment()
, which uses D-H method.
reference: https://github.com/surgical-vision/compgx01_lab/blob/master/inverse_kinematics/src/inverse_kinematics/YoubotKDL.py#L32
Oh, my fault. The reason is the names of each link are wrong. The correct name can be checked from it's own URDF file.
Hi, @wuphilipp I do my test in script
dog_simulator.py
and try your varies of examples, like walk, trot and bound, some can move, and some fall down. When I run the funccompute_action()
with desire pitch or roll, it doesn't move. That's abnormal.force_to_torque()
wrong. More deeply, theJntToJac()
is wrong.Could you have a check when you have the time? Thanks in advance!