sea-bass / pyroboplan

Educational Python library for manipulator motion planning
https://pyroboplan.readthedocs.io
MIT License
216 stars 22 forks source link

Of course we need to define the path before returning it for PRM #41

Closed eholum closed 4 months ago

eholum commented 4 months ago

Duh.

  File "/Users/eholum/Development/Robotics/pyroboplan/src/pyroboplan/planning/prm.py", line 275, in plan
    return path
           ^^^^
UnboundLocalError: cannot access local variable 'path' where it is not associated with a value