You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command-line utility runs on your robot's hardware or a bench system. When run manually, it will run in the place of your robot program. When not being run manually, it will not interfere with normal robot program execution.
25
-
26
-
Any commands below run in a SSH session on the roboRIO.
27
-
28
-
1. Download `tct.jar` and the `tct.sh` shell script from above and copy to the same directory on the roboRIO, for example `/home/admin`
29
-
2. Make the `tct.sh` shell script executable with `chmod +x tct.sh`.
30
-
3. Optional, but recommended, stop the auto-run of any existing robot code on the roboRIO with `/etc/init.d/nilvrt stop`. Reboot the roboRIO to restore auto-run.
31
-
4. Run with `./tct.sh`
23
+
body: "This command-line utility runs on your robot's hardware or a bench system. When run manually, it will run in the place of your robot program. When not being run manually, it will not interfere with normal robot program execution.\n\nAny commands below run in a SSH session on the roboRIO.\n\n1. Download `tct.jar` and the `tct.sh` shell script from above and copy to the same directory on the roboRIO, for example `/home/admin`\n2. Make the `tct.sh` shell script executable with `chmod +x tct.sh`.\n3. Optional, but recommended, stop the fauto-run of any existing robot code on the roboRIO with `/etc/init.d/nilvrt stop`. Reboot the roboRIO to restore auto-run.\n4. Run with `./tct.sh`\n"
0 commit comments