-
Notifications
You must be signed in to change notification settings - Fork 39
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
Changing velocity in "profile position" mode #15
Comments
So far it is not possible! |
@JimmyDaSilva That is correct but I do not want to change the operation_mode_ but change velocity in the "Profile position" mode. |
@VahidAminZ My bad ! That could be a great addition to this epos_hardware pacakge! |
@JimmyDaSilva I am a bit hesitant to poll the parameter server in case core is on a remote machine. It may create a delay in the control loop. What do you think about a rosservice that gets motor serial number and new velocity and sets it? |
@VahidAminZ Yes, a service seems to be more appropriate because the velocity should not change at each step of the control loop. |
@JimmyDaSilva I will give it a try. If it was reasonable I will do a pull request. |
I added a service to change the velocity and submitted PR #19. I would appreciate any feedback. |
I would like to change the velocity in the profile position mode.
I can set it in the yaml but I would like to change it dynamically.
I could not find a service (or dynamic reconfigure, etc.) to do so.
Is it possible to do that with the existing package? If not, is there a reason why I cannot have a service to update the velocity?
The text was updated successfully, but these errors were encountered: