urdfpy icon indicating copy to clipboard operation
urdfpy copied to clipboard

Remove float conversion urdf.Joint.get_child_pose

Open yangcyself opened this issue 4 years ago • 0 comments

To support passing in sympy symbols from cfg.

Thus, the following code will work.

robot = URDF.load(...)
a = sympy.symbols('a')
fk = robot.link_fk(cfg={'joint' : a})

I hope it is helpful.

yangcyself avatar Jun 24 '21 08:06 yangcyself