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

Use boost::variant Python binding to bind JointModel and JointData #2258

Open
jorisv opened this issue May 29, 2024 · 0 comments
Open

Use boost::variant Python binding to bind JointModel and JointData #2258

jorisv opened this issue May 29, 2024 · 0 comments
Labels

Comments

@jorisv
Copy link
Contributor

jorisv commented May 29, 2024

JointModel and JointData specific attributes are not binded to Python. Only JointModelBase and JointDataBase are part of the Python binding.

Since boost::variant support had been added lately to eigenpy, we can now retrieve the specific JointModel and JointData stored in DataTpl and ModelTpl. We can then bind all joint specific attribute to be able to use them in Python.

We can also use eigenpy to manage GeometryObject::meshMaterial.

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

No branches or pull requests

1 participant