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

Add Python bindings for RDE library - PR5 #755

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

isorrentino
Copy link
Collaborator

@isorrentino isorrentino commented Nov 8, 2023

This PR depends on #744

.def_readwrite("ds", &RobotDynamicsEstimatorOutput::ds)
.def_readwrite("tau_m", &RobotDynamicsEstimatorOutput::tau_m)
.def_readwrite("tau_F", &RobotDynamicsEstimatorOutput::tau_F)
.def_readwrite("ftWrenches", &RobotDynamicsEstimatorOutput::ftWrenches)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.def_readwrite("ftWrenches", &RobotDynamicsEstimatorOutput::ftWrenches)
.def_readwrite("ft_wrenches", &RobotDynamicsEstimatorOutput::ftWrenches)

the same applies for all the others https://ami-iit.github.io/bipedal-locomotion-framework/python-additional-info.html#autotoc_md0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@GiulioRomualdi GiulioRomualdi merged commit ffeaf6a into ami-iit:master Nov 9, 2023
@isorrentino isorrentino deleted the RDE/PR5 branch November 9, 2023 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants