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

Reduce jerk at startup #631

Merged
merged 8 commits into from
Dec 12, 2024
Merged

Reduce jerk at startup #631

merged 8 commits into from
Dec 12, 2024

Conversation

Flova
Copy link
Member

@Flova Flova commented Dec 5, 2024

Summary

Wait with the start animation until we can write motor goals

@Flova Flova added the bug Something isn't working label Dec 5, 2024
@Flova Flova self-assigned this Dec 5, 2024
@Flova Flova requested review from timonegk and val-ba December 5, 2024 16:36
@Flova Flova assigned texhnolyze and jaagut and unassigned texhnolyze and jaagut Dec 5, 2024
@Flova Flova requested review from texhnolyze and jaagut December 9, 2024 17:06
Copy link
Member

@jaagut jaagut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not so sure about the current wait implementation.
If for some reason the hcm is running long before ros_control (longer than motor_start_delay), we could already try to move while ros_control is still not ready.

  • We could wait for a bit longer than ros_control
  • We could ask ros_control via a service if it's wait time has passed and its ready. Only then proceed

bitbots_lowlevel/bitbots_ros_control/config/wolfgang.yaml Outdated Show resolved Hide resolved
bitbots_misc/bitbots_utils/bitbots_utils/utils.py Outdated Show resolved Hide resolved
@jaagut jaagut merged commit 6d50151 into main Dec 12, 2024
2 checks passed
@jaagut jaagut deleted the fix/jerk_startup branch December 12, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lowlevel motion
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants