ompl / ompl

The Open Motion Planning Library (OMPL)

Home Page:https://ompl.kavrakilab.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No QRRT in python

joao-pm-santos96 opened this issue · comments

Hello developers,
I was trying, in python 3.12, OMPL 1.6.0 installed using the pre-built wheels, to use the multilevel planner QRRT, but it seams that it was not bind to python (?). Where is the error:

AttributeError: module 'ompl.geometric' has no attribute 'QRRT'. Did you mean: 'RRT'?

Anything on my part I can do to help?

Thank you 👏