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

[RSDK-9328] Exclude non-actuating methods #857

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

njooma
Copy link
Member

@njooma njooma commented Feb 26, 2025

Only send heartbeats for actuating methods.

I chose to do it this way because (having a list of actuating methods) rather than the opposite (exempting a list of non-actuating methods) because in the API protos, we already have an optional extension called safety_heartbeat_monitored on the RPCs. But there's no way to actually grab that value in the client SDKs, so I instead got all the safety_heartbeat_monitored from the API protos and listed those out here.

Now gets actuating option from proto

@njooma njooma requested a review from stuqdog March 4, 2025 20:26
Copy link
Member

@stuqdog stuqdog left a comment

Choose a reason for hiding this comment

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

nice

@njooma njooma merged commit 8e9b4c9 into viamrobotics:main Mar 6, 2025
12 checks passed
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.

3 participants