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

Unstamped cmd_vel subscriber rebased #143

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

v-lopez
Copy link
Contributor

@v-lopez v-lopez commented Jan 20, 2021

Original work here: #94

piraka9011 and others added 2 commits January 20, 2021 10:50
Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
@v-lopez
Copy link
Contributor Author

v-lopez commented Jan 20, 2021

I've got some comments before this is merged.

Is this the behavior that we want? That you have to choose between enabling one topic or the other? The topic changes names and type.

I don't like too much that the interface of the controllers changes so much due to one parameter.

Since navigation is going to unstamped twist, most of controller instances will use unstamped twist, which will add confusion if the default behavior is the other.

Are the navigation stack developers adamant on not using stamped twist?

@bmagyar
Copy link
Member

bmagyar commented Jan 21, 2021

There are strong reasons for using the stamped message but the top-down approach would hardly work. This way we are bottom-up, exposing the new stamped interface such that in Galactic, the nav stack can and other tooling can use stamped everywhere.

I don't think of this feature as anything other than compatibility mode, we should aim to remove it at some point.

@v-lopez
Copy link
Contributor Author

v-lopez commented Jan 25, 2021

Ok then!

@bmagyar bmagyar merged commit 3cddcbf into ros-controls:master Jan 26, 2021
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

Successfully merging this pull request may close these issues.

3 participants