rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
693 stars 343 forks source link

Support loading kinbody data with a references chain of 3 layers or more #1267

Closed LLipter closed 1 year ago

LLipter commented 1 year ago

When using ReadKinBodyData() to load JSON data in OpenRAVE, the reference resolution system does not work for a chain of 3 layers or more. It only updates the kinbody information from the bottom layer of referencing hierarchy. This pull request fixes it.

See !547