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

Joystick Safety Timeout Improvements #320

Merged
merged 9 commits into from
Jan 12, 2025
Merged

Joystick Safety Timeout Improvements #320

merged 9 commits into from
Jan 12, 2025

Conversation

BergerKing333
Copy link
Member

@BergerKing333 BergerKing333 commented Nov 11, 2024

As discussed at the fall PDR, it would be beneficial to give joy_node communications a timestamp so the robot doesn't react to stale messages sent over a bad network. This PR implements multiple features that should mitigate this issue:

  • Added the lifespan QOS parameter to joy_node.yaml
  • Decreased the msg queue size in joy_node.yaml
  • Added a joystick timeout watchdog to the main_control_node

@BergerKing333 BergerKing333 self-assigned this Nov 11, 2024
@BergerKing333 BergerKing333 linked an issue Nov 11, 2024 that may be closed by this pull request
@BergerKing333 BergerKing333 marked this pull request as draft November 11, 2024 16:33
@Isopod00 Isopod00 added the enhancement New feature or request label Dec 4, 2024
@Isopod00 Isopod00 changed the title Adding lifespan QOS to joynode yaml. (WIP) Adding lifespan QOS to joynode yaml. Dec 4, 2024
@Isopod00 Isopod00 changed the title (WIP) Adding lifespan QOS to joynode yaml. Added lifespan QOS parameter to joynode.yaml, decreased the queue size, and added a safety watchdog to the main_control_node Jan 10, 2025
@Isopod00 Isopod00 changed the title Added lifespan QOS parameter to joynode.yaml, decreased the queue size, and added a safety watchdog to the main_control_node Joystick Safety Timeout Improvements Jan 10, 2025
@Isopod00 Isopod00 self-assigned this Jan 10, 2025
@Isopod00 Isopod00 marked this pull request as ready for review January 10, 2025 23:22
@Isopod00 Isopod00 merged commit ab87443 into main Jan 12, 2025
4 checks passed
@Isopod00 Isopod00 deleted the joy_node-lifespan branch January 12, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timestamps to joy_node communications
2 participants