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

Better cmd_vel command execution #5

Open
cst0 opened this issue Sep 26, 2022 · 0 comments
Open

Better cmd_vel command execution #5

cst0 opened this issue Sep 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cst0
Copy link
Owner

cst0 commented Sep 26, 2022

There are some cases where the current interpretation of cmd_vels leaves much to be desired:

  • If cmd_vel's are received at too low a rate, the robot does not move
  • There's no acceleration/deceleration (at least not noticably), so jerking behavior is common
  • There's some startup race condition where a series of 0'd cmd_vels can be sent, preventing locomotion (though this may be on the side of spot_ros_nav)
@cst0 cst0 added the enhancement New feature or request label Sep 26, 2022
@cst0 cst0 self-assigned this Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant