CWRUbotix/rov-24

[FEATURE] Controller Button Enum

Open

#143 opened on Apr 12, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
good first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

This is in reference to manual_control_node.

Describe the solution you'd like

Replace the constant ints with an enum.

Describe alternatives you've considered

What we do now with 15 constant ints

Contributor guide