Stryke Force team 2767's Third Coast Telemetry command-line utility. We find it useful for tuning motor closed-loop performance and manually controlling robot axes during development.
Devices that are activated in tct are automatically configured for graphing in our Grapher.
- Download the latest version of the installer from releases. It will be named
tct-installer-VERSION.bsx, whereVERSIONis replaced with the current version number. - Upload the installer to your roboRIO. The directory you upload to doesn't matter but you should make note of it so you can find it again on the roboRIO. The admin user home directory (
/home/admin) is a good choice. - Note that all commands that you type at the roboRIO command-line in the following steps are case-sensitive.
- SSH into your roboRIO, locate the installer you just uploaded and run:
sh tct-installer-VERSION.bsxto install TCT. This will extract and install a JAR file in/usr/local/lib/tct.jarand an executable script in/usr/local/bin/tct. - You are done with the installer and may remove it:
rm tct-installer-VERSION.bsx. - TCT is now in the roboRIO path and can be run by typing
tctat the roboRIO command line. You must have a Driver Station connected and robot enabled for motors to run. Also, we recommend you don't run yourtctssh program (i.e. PuTTY) on the same laptop as the Driver Station since typing can cause the robot to disable or e-stop.
See other engineering resources at strykeforce.org.