-
Notifications
You must be signed in to change notification settings - Fork 401
Add cmd_vel_controller #1801
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
base: master
Are you sure you want to change the base?
Add cmd_vel_controller #1801
Conversation
Initially I was thinking of making such a controller the default way in handling input processing in mobile platforms. But there are voice in not doing so for sake of simplicity for simple (beginner) setups. I'll discuss this in next week's PMC meeting, how to proceed with this PR and #300 |
We discussed this in today's meeting:
|
Regarding creating a library instead of a new controller:
|
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |
This is a controller designed to filter command velocity. It subscribes to the
/cmd_vel
topic, filters the velocity, and then commands reference interfaces of Mobile Robot Controllers alongside publishing the filtered velocity on the/cmd_vel_out
topic.It includes/will include the following features:
/odom
for feedback.I am creating a draft PR for now, as I would like to get feedback on the controller even though it is not complete yet. There are no docs or tests yet. I will add them soon.
Related to #1676 and #1757.