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

Feature/single motor control #18

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

aoran-jiao
Copy link
Collaborator

Single motor control

Currently, 7 modes: 1 for each motor and 1 for all motor control.

Button correspondance:
int enable_motor1 = joy->buttons[but_x];
int enable_motor2 = joy->buttons[but_circle];
int enable_motor3 = joy->buttons[but_tri];
int enable_motor4 = joy->buttons[but_sq];
int enable_motor5 = joy->buttons[but_up];
int enable_motor6 = joy->buttons[but_down];
int enable_all_motor = joy->buttons[but_select];

Control logic:
For now, you need to press and hold down the button to enter each mode.

JuliaChae and others added 30 commits October 10, 2020 13:35
prettify README.md
…ile will allow easier setting up of drive control
@aoran-jiao aoran-jiao requested a review from catglossop July 30, 2022 16:53
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.

6 participants