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

(WIP) Implemented proper ROS service behavior and modified Auto Dig and Auto Offload logic #298

Draft
wants to merge 61 commits into
base: main
Choose a base branch
from

Conversation

Isopod00
Copy link
Member

No description provided.

Isopod00 and others added 30 commits September 21, 2024 10:43
…code for autodig, and now theres a todo in motor control!
Comment on lines +207 to +210
while(abs(this->can_data[id].tachometer - this->pid_controllers[id]->getTargTach()) > this->tachThreshold)
{
continue;
}
Copy link
Member

Choose a reason for hiding this comment

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

What do you do if you want to stop the motor before it reaches its final position

@jmblixt3 jmblixt3 force-pushed the AutoDig-Improvements branch 2 times, most recently from ed4f5e8 to e05dd76 Compare November 22, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
7 participants