Chenyu Yang
Results
1
issues of
Chenyu Yang
To support passing in [sympy](https://docs.sympy.org/latest/index.html) symbols from `cfg`. Thus, the following code will work. ```python robot = URDF.load(...) a = sympy.symbols('a') fk = robot.link_fk(cfg={'joint' : a}) ``` I hope it...