Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ss.getSolutionPath().asGeometric().printAsMatrix() #1140

Open
ChongChongbst opened this issue Feb 2, 2024 · 0 comments
Open

ss.getSolutionPath().asGeometric().printAsMatrix() #1140

ChongChongbst opened this issue Feb 2, 2024 · 0 comments

Comments

@ChongChongbst
Copy link

Hi,

I am running the Demo RigidBodyPlanningWithODESolverAndControls.py
The solving process works well, but when plotting the result, an error occurred

TypeError: No to_python (by-value) converter found for C++ type: ompl::geometric::PathGeometric

This error is located at line 115:

print("Found solution:\n%s" % ss.getSolutionPath().asGeometric().printAsMatrix())

I have tried to update the python-binding, which seems not to be the cause of this issue.

If the code is changed into
print("Found solution:\n%s" % ss.getSolutionPath().printAsMatrix())
Matrix can be plotted but does it have geometric meaning in this case?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant