You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the same place as the urdf, the srdf file is present, and the constructor is finding the srdf file. The reason for the crash is this line in version 0.1.1 (copied bellow)
if srdf == "":
self.generate_collision_pair() # it is expecting the object to have self.link_name_2_idx but only added later to object
self.robot.update_SRDF(self.srdf)
I see this is not main anymore. Do you have a forecast for an official release where this is fixed?
The text was updated successfully, but these errors were encountered:
Hi, thank you for using MPlib.
I believe this issue is resolved in #70.
As for the release timeline, I cannot promise an exact date for the next stable release (v0.2.0) as I was caught up in other duties recently. I'll try my best to get it done soon.
In the meantime, you can try our alpha release v0.2.0a0 by installing with pip install mplib==0.2.0a0. This Planner init issue should be fixed in that.
The corresponding docs are here.
Please let us know if you catch any additional bugs in v0.2.0a0.
I am creating a Planner object without passing the SRDF path, and the software is crashing:
in the same place as the urdf, the srdf file is present, and the constructor is finding the srdf file. The reason for the crash is this line in version 0.1.1 (copied bellow)
I see this is not main anymore. Do you have a forecast for an official release where this is fixed?
The text was updated successfully, but these errors were encountered: