swerve

Controls library for swerve drives, including differential swerves.

License

License

GroupId

GroupId

io.github.frc-88
ArtifactId

ArtifactId

swerve
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

swerve
Controls library for swerve drives, including differential swerves.
Project URL

Project URL

https://github.com/frc-88/SwerveLibrary
Source Code Management

Source Code Management

https://github.com/frc-88/SwerveLibrary

Download swerve

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.frc-88/swerve/ -->
<dependency>
    <groupId>io.github.frc-88</groupId>
    <artifactId>swerve</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.frc-88/swerve/
implementation 'io.github.frc-88:swerve:0.1.0'
// https://jarcasting.com/artifacts/io.github.frc-88/swerve/
implementation ("io.github.frc-88:swerve:0.1.0")
'io.github.frc-88:swerve:jar:0.1.0'
<dependency org="io.github.frc-88" name="swerve" rev="0.1.0">
  <artifact name="swerve" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.frc-88', module='swerve', version='0.1.0')
)
libraryDependencies += "io.github.frc-88" % "swerve" % "0.1.0"
[io.github.frc-88/swerve "0.1.0"]

Dependencies

compile (19)

Group / Artifact Type Version
org.javatuples : javatuples jar 1.2
org.apache.commons : commons-math3 jar 3.6.1
com.electronwill.night-config : toml jar 3.6.3
edu.wpi.first.wpilibj » wpilibj-java jar 2021.3.1
edu.wpi.first.wpimath » wpimath-java jar 2021.3.1
edu.wpi.first.ntcore » ntcore-java jar 2021.3.1
edu.wpi.first.wpiutil » wpiutil-java jar 2021.3.1
edu.wpi.first.thirdparty.frc2021.opencv » opencv-java jar 3.4.7-5
edu.wpi.first.cscore » cscore-java jar 2021.3.1
edu.wpi.first.cameraserver » cameraserver-java jar 2021.3.1
edu.wpi.first.hal » hal-java jar 2021.3.1
org.ejml : ejml-simple jar 0.38
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0
com.fasterxml.jackson.core : jackson-core jar 2.10.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.0
com.kauailabs.navx.frc : navx-java jar 3.1.400
com.ctre.phoenix » api-java jar 5.19.4
com.ctre.phoenix » wpiapi-java jar 5.19.4
com.revrobotics.frc » SparkMax-java jar 1.5.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.mockito : mockito-core jar 3.2.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.1.0-rc.0