mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Added support for launching a simulation friendly SmartDashboard.
Change-Id: I84176cf522da20a74234f7cfb7b8a6aaca7d9248
This commit is contained in:
@@ -33,6 +33,14 @@
|
||||
toolbarPath="WPILib"
|
||||
tooltip="Launch the SmartDashboard to get feedback from the robot.">
|
||||
</action>
|
||||
<action
|
||||
class="edu.wpi.first.wpilib.plugins.core.actions.RunSimulationSmartDashboardAction"
|
||||
icon="icons/smartdashboard16x16.png"
|
||||
id="edu.wpi.first.wpilib.plugins.core.actions.RunSimulationSmartDashboardAction"
|
||||
label="Run S&imulation SmartDashboard"
|
||||
menubarPath="edu.wpi.first.wpilib.plugins.core.menu/edu.wpi.first.wpilib.plugins.core.actions"
|
||||
tooltip="Launch the SmartDashboard to get feedback from a simulated robot.">
|
||||
</action>
|
||||
<action
|
||||
class="edu.wpi.first.wpilib.plugins.core.actions.RunRobotBuilderAction"
|
||||
icon="icons/robotbuilder16x16.png"
|
||||
|
||||
Reference in New Issue
Block a user