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

bugfix: typo positoin -> position in state.py #128

Closed
wants to merge 1 commit into from

Conversation

blooop
Copy link
Contributor

@blooop blooop commented Jan 23, 2024

Fix a typo in state.py

This fixes the error:

 File "/pkgs/curobo/src/curobo/types/state.py", line 185, in get_state_tensor
    acceleration = self.positoin * 0.0
AttributeError: 'JointState' object has no attribute 'positoin'. Did you mean: 'position'?

Fix a typo in state.py
@blooop blooop changed the title fix: typo positoin -> position bugfix: typo positoin -> position in state.py Jan 23, 2024
@balakumar-s
Copy link
Collaborator

This has been fixed in v0.7.2

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

Successfully merging this pull request may close these issues.

2 participants