We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In xs_sdk_sim, only the joint_states.position values are included - this is inconsistent with the real robot interface in xs_sdk_obj.cpp.
x-series arms
In some of my use-cases, I use the velocity from the real robot - I need to add hacks to my code in order to handle the simulation vs real cases.
I forked the repo, implemented backward differencing to estimate the velocity, and setup a PR #56
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
In xs_sdk_sim, only the joint_states.position values are included - this is inconsistent with the real robot interface in xs_sdk_obj.cpp.
Platform
x-series arms
Is your feature request related to a problem? Please describe.
In some of my use-cases, I use the velocity from the real robot - I need to add hacks to my code in order to handle the simulation vs real cases.
Suggested code
I forked the repo, implemented backward differencing to estimate the velocity, and setup a PR #56
Additional Info
No response
The text was updated successfully, but these errors were encountered: