Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Releases: purduesigbots/ARMS

Expander & Encoder Update

11 Nov 01:54
551c5c2
Compare
Choose a tag to compare

Switch to velocity control

05 Nov 03:06
8228082
Compare
Choose a tag to compare
  • bug fixing for turns
  • switch to velocity for movements

Hotfix for chassis turns

04 Nov 02:44
2c25eb4
Compare
Choose a tag to compare
  • Fixed a bug which caused turns to exit early

Hotfix for differential PID

04 Nov 02:22
390fff8
Compare
Choose a tag to compare
  • Fixed a bug that caused the differential PID to compare the left motors to themselves instead of the right motors, which meant error was always zero.

Holonomic Support

01 Nov 21:32
3050422
Compare
Choose a tag to compare
  • Improvements and bug fixes to the way ARMS interfaces with external quad encoders
  • Holonomic chassis movement support
  • Updating more parts of the codebase to follow the naming convention

Initial release of ARMS

28 Oct 22:49
51044d4
Compare
Choose a tag to compare

Greenhat has been fully converted to the new and improved ARMS library. This combines the entire SIGBots codebase into one single repository.

Complex S-Curve Support

04 Apr 19:03
d4bba39
Compare
Choose a tag to compare

S-curves can now be generated using a series of arc movements. This allows for more complex and longer paths.

Fixed a bug that prevented configuration of the library

30 Mar 06:03
Compare
Choose a tag to compare
  • The ability to use a gyro was removed.
  • The ability to modify config.h and have it do anything was added.

Custom S-curves

29 Mar 13:38
f48ca46
Compare
Choose a tag to compare

This version brings fully customizable s-curve paths. Radius can now be changes for each individual curve rather than just length.