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

integrated robot communication monitoring into current state monitor #17

Open
wants to merge 2 commits into
base: feature/ContactShapes
Choose a base branch
from

Conversation

AdmiralWall
Copy link

Added communication monitoring into CurrentStateMonitor. Initialized needed parameters in startStateMonitor and created a timer callback, CheckRobotCommError, for checking and advertising error status.

Currently, the timer parameter comm_error_check_frequency is set to check for communication errors every 3 seconds. If jointStateCallback is subscribed, comm_count is increased to indicate communication has occurred. When the timer goes off after 3 seconds, the error message is established and published based on comm_count, and comm_count is reset to 0.

reidchristopher pushed a commit to reidchristopher/tesseract-1 that referenced this pull request Aug 23, 2019
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.

1 participant