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

Bug with increase/decrease of speed. #26

Open
Gryogor opened this issue Mar 26, 2021 · 3 comments
Open

Bug with increase/decrease of speed. #26

Gryogor opened this issue Mar 26, 2021 · 3 comments

Comments

@Gryogor
Copy link

Gryogor commented Mar 26, 2021

Increase and decrease in speed commands will also repeat the last issued movement command (move, strafe, rotate, stand still).

@trainman419
Copy link
Contributor

Yes; when you increase speed a new movement command is sent, so that the robot moves at the new speed.

Why do you think this is a bug? What behavior were you expecting?

@Gryogor
Copy link
Author

Gryogor commented Apr 4, 2021

To just increase the speed without any movement. It is not stated that it will increase the speed AND repeat the last movement, so other behavior is confusing.

@wernersbacher
Copy link

In my understanding, the twist message is always carrying the whole movement information (state) in the any moment. So it shouldn't really matter if the message gets sent once, ten or hundred times to your robot. So as you change the speed on your keyboard, it will just resent the new state.

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

No branches or pull requests

3 participants