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

New Motors #98

Draft
wants to merge 25 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3fdd4cb
added modbus_test.ino
RobertJN64 Sep 17, 2024
64c6776
manual implementation
RobertJN64 Sep 18, 2024
a6e7b1f
basic functionality
RobertJN64 Sep 18, 2024
8776262
samples working
RobertJN64 Sep 18, 2024
c4a6561
setup motors
RobertJN64 Sep 18, 2024
22193df
rewrite with object oriented approach
RobertJN64 Sep 19, 2024
1743a85
enable RS485 code (it was disabled for testing locally)
RobertJN64 Sep 19, 2024
27d7cb1
code works on motor!
RobertJN64 Sep 21, 2024
cc45ea9
split out modbus into its own lib, add more read functions
RobertJN64 Sep 25, 2024
f44096e
fix motor stuff
RobertJN64 Oct 9, 2024
2543233
remove all the stuff that the new motors replace
RobertJN64 Oct 9, 2024
55017db
Revert "remove all the stuff that the new motors replace"
RobertJN64 Oct 15, 2024
2806cbc
added stepper motor code (without breaking linear actuators, removed …
RobertJN64 Oct 15, 2024
9e3c8be
flag TODO items
RobertJN64 Oct 15, 2024
55a3744
removed encoders and old current sensors
RobertJN64 Oct 16, 2024
fb9c0c5
update volts? -> RPM
RobertJN64 Oct 16, 2024
7771c1e
fix negative velocity
RobertJN64 Oct 23, 2024
1a8eafb
flag ROS messages that need to be updated, update differentialdrive
RobertJN64 Oct 23, 2024
bd89c01
update manual_controller.py to use 5000 RPM instead of -127 to 127
RobertJN64 Nov 6, 2024
935c236
use 1000 RPM to stand in for 127 effort
RobertJN64 Nov 6, 2024
01237b7
fix more 127 -> RPM thresholds
RobertJN64 Dec 4, 2024
3f1577e
fix: differential drive controller max speed at 3k rpm
RobertJN64 Feb 5, 2025
992871d
fix: m/s to rpm conversion in differential drive controller
RobertJN64 Feb 5, 2025
55c7fb7
fix: max speed is now just RPM
RobertJN64 Feb 5, 2025
9aa3fb1
set excavation max speed to 5k rpm
RobertJN64 Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed encoders and old current sensors
RobertJN64 committed Oct 16, 2024
commit 55a37449f417b39ff6577b1e54e69479ab5fddbf

This file was deleted.

This file was deleted.

This file was deleted.

Loading