Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
2 changes: 1 addition & 1 deletion LICENSE-Tagalong.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ FUTURE DEV: List out microsystems and their specialized variants
-->

### What functionalities are coming soon?
- 2025 vendor package support
- More included configurations for Microsystem subtypes
- Pivot variant without a fused encoder or mechanically zeroed
- Simulation based unit tests
Expand All @@ -79,4 +78,4 @@ Due to the required pairing of specific WPILib versions and other dependency ver

> `(WPILibVersion in format YYYY.MajorMinor).MMDD`

For example, a TagalongLib release on January 1st, 2025 using WPILib version 2024.1.0 would be version `2025.10.0101`.
For example, a TagalongLib release on January 1st, 2026 using WPILib version 2024.1.0 would be version `2026.10.0101`.
Comment thread
rwlee marked this conversation as resolved.
Outdated
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ apply from: 'config.gradle'
// Apply Java configuration
dependencies {
implementation group: 'com.ctre.phoenix6', name: 'wpiapi-java', version: '26.1.0'
implementation group: 'org.littletonrobotics.akit', name: 'akit-java', version: '4.0.0'
implementation group: 'org.littletonrobotics.akit', name: 'akit-java', version: '26.0.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation group: 'edu.wpi.first.wpilibj', name: 'wpilibj-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.wpiutil', name: 'wpiutil-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.wpimath', name: 'wpimath-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.wpilibNewCommands', name: 'wpilibNewCommands-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.wpiunits', name: 'wpiunits-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.ntcore', name: 'ntcore-java', version: '2026.1.1-beta-1'
implementation group: 'edu.wpi.first.ntcore', name: 'ntcore-java', version: '2026.2.1'
implementation group: 'edu.wpi.first.ntcore', name: 'ntcore-jni', version: '2025.3.2'
implementation group: 'edu.wpi.first.cscore', name: 'cscore-java', version: '2026.1.1-beta-1'
implementation group: 'edu.wpi.first.cscore', name: 'cscore-java', version: '2026.1.1'

implementation 'us.hebi.quickbuf:quickbuf-runtime:1.4'

Expand Down
2 changes: 1 addition & 1 deletion scripts/auto-copyright.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
# Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
# Open Source Software; you may modify and/or share it under the terms of
# the 3-Clause BSD License found in the root directory of this project.

Expand Down
2 changes: 1 addition & 1 deletion scripts/update-docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
# Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
# Open Source Software; you may modify and/or share it under the terms of
# the 3-Clause BSD License found in the root directory of this project.

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/TagalongConfiguration.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/TagalongCommand.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/aim/PivotAimAtCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/aim/RollerAimAtCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/base/ElevateToCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/base/ElevateXCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
10 changes: 6 additions & 4 deletions src/main/java/tagalong/commands/base/PivotToCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down Expand Up @@ -374,12 +374,12 @@ public PivotToCmd(
* command
* @param maxAccelerationRPS2 The maximum acceleration of the pivot, in rotations per
* second squared, during this command
* @param upperToleranceRot The number of rotations beyond the target
* position the pivot can be
* while still being considered in tolerance
* @param lowerToleranceRot The number of rotations short of the
* target position the pivot can be
* while still being considered in tolerance
* @param upperToleranceRot The number of rotations beyond the target
* position the pivot can be
* while still being considered in tolerance
* @param requiredInToleranceDurationS The number of seconds that being in
* tolerance is required for
*/
Expand Down Expand Up @@ -512,6 +512,8 @@ public PivotToCmd(
* @param maxVelocityRPS The maximum velocity of the pivot, in
* rotations per second, during this
* command
* @param maxAccelerationRPS2 The maximum acceleration of the pivot, in rotations per
* second squared, during this command
* @param lowerToleranceRot The number of rotations short of the
* target position the pivot can be
* while still being considered in tolerance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/base/PivotXCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/base/RollToCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/commands/base/RollXCmd.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/controls/PIDConstants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/controls/PIDSGVAConstants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/devices/CanDeviceInterface.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/devices/Encoders.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
10 changes: 4 additions & 6 deletions src/main/java/tagalong/devices/Motors.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down Expand Up @@ -36,14 +36,12 @@ public enum Motors implements CanDeviceInterface {
FALCON500_FOC(6080, DCMotor::getFalcon500),
/**
* Kraken X44
* FUTURE DEV: Waiting for motor specifications v2025
*/
KRAKEN_X44(1, DCMotor::getKrakenX60),
KRAKEN_X44(7758, DCMotor::getKrakenX44),
/**
* Kraken X44 in FOC mode -- RPM WAITING FOR SPEC
* FUTURE DEV: Waiting for motor specifications v2025
* Kraken X44 in FOC mode
*/
KRAKEN_X44_FOC(1, DCMotor::getKrakenX60Foc);
KRAKEN_X44_FOC(7368, DCMotor::getKrakenX44Foc);

/**
* Max free speed RPM and converted RPS of the motor
Expand Down
38 changes: 38 additions & 0 deletions src/main/java/tagalong/devices/TagalongCANBus.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package tagalong.devices;

import com.ctre.phoenix6.CANBus;
import java.util.Map;

/**
* Tagalong CANBus manager instance manager, only CTRE devices are currently registered or supported

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Tagalong CANBus instance manager

*/
public class TagalongCANBus {
/**
* Map of all instances with a CTRE device registered to them
*/
private static final Map<String, CANBus> _ctreCANBus = Map.of();
Comment thread
rwlee marked this conversation as resolved.
Outdated

/**
* Gets or registers a CTRE CANBus instance with the given name
*
* @param canBusName Name of the CANBus
* @return CTRE CANBus instance
*/
public static CANBus getOrRegisterPhoenixCANBus(String canBusName) {
CANBus bus = _ctreCANBus.get(canBusName);
if (bus == null) {
bus = new CANBus(canBusName);
_ctreCANBus.put(canBusName, bus);
}
return bus;
}

/**
* Gets the map of all registered CTRE CANBus instances
*
* @return Map of CANBus instances
*/
public static Map<String, CANBus> getPhoenixCANBusMap() {
return _ctreCANBus;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ public class ElevatorIOInputsAutoLogged
extends ElevatorIO.ElevatorIOInputs implements LoggableInputs, Cloneable {
@Override
public void toLog(LogTable table) {
table.put("ElevatorHeightM", elevatorHeightM);
table.put("ElevatorVelocityMPS", elevatorVelocityMPS);
table.put("ElevatorAppliedVolts", elevatorAppliedVolts);
table.put("ElevatorCurrentAmps", elevatorCurrentAmps);
table.put("ElevatorHeightM", elevatorHeightM, "meters");
table.put("ElevatorVelocityMPS", elevatorVelocityMPS, "meters/second");
Comment thread
rwlee marked this conversation as resolved.
Outdated
table.put("ElevatorAppliedVolts", elevatorAppliedVolts, "volts");
table.put("ElevatorCurrentAmps", elevatorCurrentAmps, "amps");
}

@Override
Expand Down
8 changes: 4 additions & 4 deletions src/main/java/tagalong/logging/PivotIOInputsAutoLogged.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ public class PivotIOInputsAutoLogged
extends PivotIO.PivotIOInputs implements LoggableInputs, Cloneable {
@Override
public void toLog(LogTable table) {
table.put("PivotPositionRot", pivotPositionRot);
table.put("PivotVelocityRPS", pivotVelocityRPS);
table.put("PivotAppliedVolts", pivotAppliedVolts);
table.put("PivotCurrentAmps", pivotCurrentAmps);
table.put("PivotPositionRot", pivotPositionRot, "rotations");
table.put("PivotVelocityRPS", pivotVelocityRPS, "rotations/second");
Comment thread
rwlee marked this conversation as resolved.
Outdated
table.put("PivotAppliedVolts", pivotAppliedVolts, "volts");
table.put("PivotCurrentAmps", pivotCurrentAmps, "amps");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ public class RollerIOInputsAutoLogged
extends RollerIO.RollerIOInputs implements LoggableInputs, Cloneable {
@Override
public void toLog(LogTable table) {
table.put("RollerPositionRot", rollerPositionRot);
table.put("RollerVelocityRPS", rollerVelocityRPS);
table.put("RollerAppliedVolts", rollerAppliedVolts);
table.put("RollerCurrentAmps", rollerCurrentAmps);
table.put("RollerPositionRot", rollerPositionRot, "rotations");
table.put("RollerVelocityRPS", rollerVelocityRPS, "rotations/second");
Comment thread
rwlee marked this conversation as resolved.
Outdated
table.put("RollerAppliedVolts", rollerAppliedVolts, "volts");
table.put("RollerCurrentAmps", rollerCurrentAmps, "amps");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/math/AlgebraicUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/math/GeometricUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/math/LinearizedLookupTable.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/measurements/AlliancePose2d.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/measurements/AlliancePose3d.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tagalong/measurements/Angle.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Copyright 2024-2026 The Space Cookies : Girl Scout Troop #62868 and FRC Team #1868
* Open Source Software; you may modify and/or share it under the terms of
* the 3-Clause BSD License found in the root directory of this project.
*/
Expand Down
Loading