moveit / moveit_commander

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
11 stars 42 forks source link

fix joint and link acces on __getattr__ #17

Closed e1000i closed 10 years ago

e1000i commented 10 years ago

When trying to acces a joint and his paramaters through getattribute there where missing a self in the function parameters. So it was not possible to acces directly through the RobotCommander to the joints or links parameters and crashes the program. This commit solves that.

isucan commented 10 years ago

+1