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

Joint::reset_current_position does not change current_position #189

Open
BoronNitride opened this issue May 16, 2019 · 1 comment
Open

Comments

@BoronNitride
Copy link

The function Joint::reset_current_position(float, float) does not change the state of the Joint
Snippet from python shell:

In [682]: some_joint
Out[688]: <roboschool.cpp_household.Joint at 0x7f41b8375ea0>
In [689]: some_joint.current_position()
Out[689]: (nan, nan)
In [690]: some_joint.reset_current_position(0.0, 0.0)
In [691]: some_joint.current_position() 
Out[691]: (nan, nan)   # I would expect (0.0, 0.0) 
@lizhuo-1994
Copy link

Hi I met the same problem , it seems that "reset_current_position" does not work, have you solved it?

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

2 participants