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
I'm looking for a interface with 4D, i need to have 4 independent motors velocity..
is there anyway that i can do that?
The text was updated successfully, but these errors were encountered:
You should be able to define your own Position4D interface to do it. You can make it a plugin interface so you don't have to edit the Player code. There's an example on how to do it here: https://github.com/playerproject/player/tree/master/examples/plugins/exampleinterface
Sorry, something went wrong.
I followed the example interface folder and make the example, but i'm still don't know how to bring those velocities to 4 different wheels ...
Can u explain me where it's the function to change the number of motors ? @richmattes
No branches or pull requests
I'm looking for a interface with 4D, i need to have 4 independent motors velocity..
is there anyway that i can do that?
The text was updated successfully, but these errors were encountered: