machines-in-motion / kino_dynamic_opt

Kino-dynamic optimization algorithm for multiped robots
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

ImportError: Cannot overload existing non-function object "value" with a function of the same name #52

Open breaksky opened 2 weeks ago

breaksky commented 2 weeks ago

When I run the demo: python3 ../nodes/kino_dyn_planner -i ../config/cfg_boltjump.yaml --bolt Notice error: (Hop) molde@molde-virtual-machine :~/develHop/workspace/src/kino_dynamic_opt/momentumopt/demos$ python3 ../ nodes/kino_dyn_planner -i ../config/cfg_bolt_jump.yaml --bolt Traceback (most recent call last): File "../ nodes/kino_dyn_planner", line 13, in from momentumopt.kino_dyn_planner import main File "/home/molde/develHop/workspace/install/momentumopt/lib/python3.8/site-packages/momentumopt/kino_dynplanner.py", line 14, in from pymomentum import * ImportError: Cannot overload existing non-function object "value" with a function of the same name

Has anyone encountered it before? Is there a solution? Thank you

breaksky commented 2 weeks ago

Ye,I found the solution: https://github.com/machines-in-motion/kino_dynamic_opt/issues/51

breaksky commented 2 weeks ago

Thanks for @Kwach00