|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#8
|
||||
|
||||
|
Re: SmartDashboard Extension
When you launch the dashboard from within the Driver Station, the Driver Station uses an ini file to determine which program to run. This ini file is located in the directory:
Code:
C:\Users\Public\Documents\FRC The name of the ini file is: Code:
FRC DS Data Storage.ini Code:
DashboardCmdLine = "java -jar "C:\\Users\\mmaunu\\wpilib\\tools\\SmartDashboard.jar"" Inside the Driver Station, on the "Setup" tab, leave the dashboard type to "Default". By default, it will look for the command to run in the ini file. Your extensions should be installed in the following folder: Code:
C:\Users\mmaunu\SmartDashboard\extensions We create a jar file that contains our extensions and then just save the jar file to the folder above. Hope this helps. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|