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

ros control should only publish joint states after the wait time is elapsed #635

Open
Flova opened this issue Dec 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request lowlevel

Comments

@Flova
Copy link
Member

Flova commented Dec 12, 2024

Summary

Currently, joint states are published as soon as we get data from the motors. But we write data to the motors after a fixed delay to make sure they are fully booted. This delay should also apply for the publishing of data as otherwise there is a period of time where we get data from the motors (signaling to other parts of the software that they are available) but we can not control them yet. This is also related to the startup delay in the HCM which could be removed in this case. See #631 for the current approach.

@Flova Flova added the enhancement New feature or request label Dec 12, 2024
@Flova Flova added the lowlevel label Dec 12, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Software Dec 12, 2024
@Flova Flova moved this from 🆕 New to 📋 Backlog in Software Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lowlevel
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant