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

warm_start type conversion in articulation kinematics solver #165

Open
RealmX1 opened this issue May 8, 2024 · 1 comment
Open

warm_start type conversion in articulation kinematics solver #165

RealmX1 opened this issue May 8, 2024 · 1 comment

Comments

@RealmX1
Copy link

RealmX1 commented May 8, 2024

image
As described in the image.
type returned by get_joint_positions() is a tensor, which cause type conflict for lula inverse kinematics compute.

Please add this to the next update.

CORRECTION:

warm_start = self._joints_view.get_joint_positions().cpu().numpy()
need to first take position out of gpu memory for conversion to numpy.

@RealmX1
Copy link
Author

RealmX1 commented May 8, 2024

Any contributor please make a reply so that I know you've seen it, and I'll close the thread.

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