cram2 / pycram

Cognitive Robot Abstract Machine in Python
https://pycram.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
20 stars 40 forks source link

Fast fixes #55

Closed Tigul closed 1 year ago

Tigul commented 1 year ago

Now blocking and reachable in bullet_world_reasoning also use the new IK solver with correct positions for the wrist and correct kinematic chains. They also use the shadow world now.

Furthermore, a few methods now raise an Error instead of returning None. This should improve usablility since the source of an error should be more obvious.