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
I have a question, does these contributed planner only serve Cartesian space (point mass problem?), and is it not possible to plan for multi-joint robots (C space)?
I have only seen def get_free_motion_gen(robot, fixed=[], teleport=False, self_collisions=True):function a about planning, and I don't know how to specify sampling algorithms such as RRT. So I want to know more about the usage of related APIs. Where can I see the documentation?
I have a question, does these contributed planner only serve Cartesian space (point mass problem?), and is it not possible to plan for multi-joint robots (C space)?
I have only seen d
ef get_free_motion_gen(robot, fixed=[], teleport=False, self_collisions=True):
function a about planning, and I don't know how to specify sampling algorithms such as RRT. So I want to know more about the usage of related APIs. Where can I see the documentation?Document (https://pybullet-planning.readthedocs.io/en/latest/) does not seem to match your API
The text was updated successfully, but these errors were encountered: