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

implemented warning on high motor_sync rates #90

Merged
merged 1 commit into from Sep 14, 2021

Conversation

aedsinger
Copy link
Contributor

This adds a warning to Pimu:trigger_motor_sync if it is called by the user above the specified rate (20hz). This is necessary as the runstop line is muxed with the motor_sync function. It can have a false positive when trigger_motor_sync is call at rates above ~28hz (P0 firmware).

If the Pimu detects that trigger_motor_sync is call too soon it will drop the push_command request.

@hello-binit hello-binit self-requested a review September 10, 2021 23:10
Copy link
Contributor

@hello-binit hello-binit left a comment

Choose a reason for hiding this comment

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

Looks good to merge.

@aedsinger aedsinger merged commit 464c951 into develop Sep 14, 2021
@aedsinger aedsinger deleted the bugfix/pimu_sync_rate branch September 14, 2021 16:59
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.

None yet

2 participants