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

JointGroupVelocityController: stop motion if no commands received #625

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Conversation

rhaschke
Copy link
Contributor

As a safety measure, this PR adapts the JointGroupVelocityController to reset control velocities to zero if no new command was received within a configurable interval (watchdog_timeout). If the steering process crashes or just finishes without resetting the velocity itself, the robot would otherwise just continue moving with the last speed commanded (and crash into something probably).
I have chosen a rather large default timeout (1s) to limit interferences with existing code.

@wxmerkt
Copy link
Contributor

wxmerkt commented Jan 3, 2024

Related issue and PR: #363 / #582

@rhaschke
Copy link
Contributor Author

It's a pity that your initial PR wasn't merged yet, @wxmerkt. @bmagyar, how should we proceed with the two PRs addressing the same original issue?

@rhaschke
Copy link
Contributor Author

Friendly ping, @bmagyar

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.

2 participants