Skip to content

FRCteam3952/FRC2023_3d_ArmSimulator

Repository files navigation

Built using JMonkeyEngine.

How to run

In the project root, run gradlew build to build the jar file. The output file bundles all required dependencies automatically.

Then, run run.bat to start the program. It uses the Java on your PATH, and sets a few helpful JVM arguments for increased speed (along with setting 6gb of heap memory so it doesn't crash on start).

Note that this takes ~4 minutes each time to build, so make wise changes.

Other info:

Also included in this codebase is MathUtil, ForwardKinematicsUtil, and InverseKinematicsUtil copied verbatim from the robot codebase (though I have added one or two methods to MathUtil). Constants also has important sections copied verbatim.

Any working updates to the Utility classes or to Constants should be ported to the robot codebase.

About

A quick 3d arm simulator for testing kinematics code. Built using JMonkeyEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors