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 #298

Closed
wants to merge 72 commits into from

Conversation

Isopod00
Copy link
Member

No description provided.

Isopod00 and others added 30 commits September 21, 2024 10:43
Co-authored-by: cparece1 <cparece1@users.noreply.github.com>
…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
@Isopod00 Isopod00 removed the good first issue Good for newcomers label Dec 4, 2024
@Isopod00 Isopod00 changed the title (WIP) Implemented proper ROS service behavior and modified Auto Dig and Auto Offload logic (WIP) Implemented proper ROS service behavior Jan 12, 2025
@Isopod00 Isopod00 closed this Jan 13, 2025
@Isopod00 Isopod00 deleted the AutoDig-Improvements branch January 13, 2025 19:45
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.

7 participants