2013-12-15 18:30:16 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
|
<plugin>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.ui.newWizards">
|
|
|
|
|
<category
|
|
|
|
|
name="WPILib Robot C++ Development"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp">
|
|
|
|
|
</category>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.newproject.NewCPPWizard"
|
|
|
|
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
|
|
|
|
icon="resources/icons/wpi.ico"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.newproject.NewCPPWizard"
|
|
|
|
|
name="Robot C++ Project"
|
|
|
|
|
project="true">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.examples.ExampleCPPWizard"
|
|
|
|
|
icon="resources/icons/wpi.ico"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.examples.ExampleWizard"
|
|
|
|
|
name="Example Robot C++ Project"
|
|
|
|
|
project="true">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandWizard"
|
|
|
|
|
icon="resources/icons/Command.png"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandWizard"
|
|
|
|
|
name="Command">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandGroupWizard"
|
|
|
|
|
icon="resources/icons/CommandGroup.png"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandGroupWizard"
|
|
|
|
|
name="CommandGroup">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.SubsystemWizard"
|
|
|
|
|
icon="resources/icons/Subsystem.png"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.SubsystemWizard"
|
|
|
|
|
name="Subsytem">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.PIDSubsystemWizard"
|
|
|
|
|
icon="resources/icons/PIDSubsystem.png"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.PIDSubsystemWizard"
|
|
|
|
|
name="PIDSubsystem">
|
|
|
|
|
</wizard>
|
|
|
|
|
<wizard
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.TriggerWizard"
|
|
|
|
|
icon="resources/icons/Button.png"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.TriggerWizard"
|
|
|
|
|
name="Trigger">
|
|
|
|
|
</wizard>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.ui.navigator.navigatorContent">
|
|
|
|
|
<commonWizard
|
|
|
|
|
menuGroupId="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
type="new"
|
|
|
|
|
wizardId="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandWizard">
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="activeWorkbenchWindow.activePerspective">
|
|
|
|
|
<equals
|
|
|
|
|
value="org.eclipse.cdt.ui.CPerspective">
|
|
|
|
|
</equals>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</commonWizard>
|
|
|
|
|
<commonWizard
|
|
|
|
|
menuGroupId="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
type="new"
|
|
|
|
|
wizardId="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.CommandGroupWizard">
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="activeWorkbenchWindow.activePerspective">
|
|
|
|
|
<equals
|
|
|
|
|
value="org.eclipse.cdt.ui.CPerspective">
|
|
|
|
|
</equals>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</commonWizard>
|
|
|
|
|
<commonWizard
|
|
|
|
|
menuGroupId="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
type="new"
|
|
|
|
|
wizardId="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.SubsystemWizard">
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="activeWorkbenchWindow.activePerspective">
|
|
|
|
|
<equals
|
|
|
|
|
value="org.eclipse.cdt.ui.CPerspective">
|
|
|
|
|
</equals>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</commonWizard>
|
|
|
|
|
<commonWizard
|
|
|
|
|
menuGroupId="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
type="new"
|
|
|
|
|
wizardId="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.PIDSubsystemWizard">
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="activeWorkbenchWindow.activePerspective">
|
|
|
|
|
<equals
|
|
|
|
|
value="org.eclipse.cdt.ui.CPerspective">
|
|
|
|
|
</equals>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</commonWizard>
|
|
|
|
|
<commonWizard
|
|
|
|
|
menuGroupId="edu.wpi.first.wpilib.plugins.cpp"
|
|
|
|
|
type="new"
|
|
|
|
|
wizardId="edu.wpi.first.wpilib.plugins.cpp.wizards.file_template.TriggerWizard">
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="activeWorkbenchWindow.activePerspective">
|
|
|
|
|
<equals
|
|
|
|
|
value="org.eclipse.cdt.ui.CPerspective">
|
|
|
|
|
</equals>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</commonWizard>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.ui.preferencePages">
|
|
|
|
|
<page
|
|
|
|
|
category="edu.wpi.first.wpilib.plugins.core.preferences.WPILibPreferencePage"
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.preferences.CPPPreferencePage"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.preferences.CPPPreferencePage"
|
|
|
|
|
name="C++ Preferences">
|
|
|
|
|
</page>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.core.runtime.preferences">
|
|
|
|
|
<initializer
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.preferences.PreferenceInitializer">
|
|
|
|
|
</initializer>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.debug.ui.launchShortcuts">
|
|
|
|
|
<shortcut
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.launching.DeployLaunchShortcut"
|
|
|
|
|
description="Deploy the WPILib project to the athena board."
|
|
|
|
|
icon="resources/icons/wpi.ico"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.launching.deploy"
|
2014-05-02 17:54:01 -04:00
|
|
|
label="WPILib Deploy Configure Builder"
|
2013-12-15 18:30:16 -05:00
|
|
|
modes="run,debug">
|
|
|
|
|
<contextualLaunch>
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="selection">
|
|
|
|
|
<iterate>
|
|
|
|
|
<and>
|
|
|
|
|
<test
|
|
|
|
|
value="edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature"
|
|
|
|
|
property="org.eclipse.core.resources.projectNature">
|
|
|
|
|
</test>
|
|
|
|
|
<test
|
|
|
|
|
value="org.eclipse.cdt.core.cnature"
|
|
|
|
|
property="org.eclipse.core.resources.projectNature">
|
|
|
|
|
</test>
|
|
|
|
|
</and>
|
|
|
|
|
</iterate>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</contextualLaunch>
|
|
|
|
|
<description
|
|
|
|
|
description="Deploy the WPILib project to the athena board."
|
|
|
|
|
mode="run">
|
|
|
|
|
</description>
|
|
|
|
|
<description
|
|
|
|
|
description="Deploy the WPILib project to the athena board and debug it."
|
|
|
|
|
mode="debug">
|
|
|
|
|
</description>
|
|
|
|
|
</shortcut>
|
Initial commit of the WPILib simulation support in an alpha quality state.
Fixes to deal with the switch to .hpp files in the HAL and other misc problems due to rebasing.
Added Omar's changes to the compressor interface
Fixes to make C++ plugin compile on linux.
Added import of the WPILibSim code from the graduate class. It shows up as wpilibJavaSim to follow the convention set by wpilibJava, wpilibJavaJNI and wpilibJavaFinal.
Fixed wpilibJavaSim artifactId to mirror the new convention.
Modified the build of the java plugin to pull in the simulation dependencies.
Added stacktrace printing.
Fixed support for creating projects.
Added support for the isReal() and isSimulation() methods along with the AnalogPotentiometer object to support simulating GearsBot.
Added support for a "WPILib Simulate" button.
Added GearsBot to the built in examples.
Added support for specifying the world file during project creation and switched the default from BluntObjectBot to GearsBot.
Removed unused import.
Added file browser for world files.
Added support for debugging in simulation.
Change simulate icon to be a Gazebo icon.
Switched over to the gazebo messaging system.
Updated location of default world file.
Reverted cmake change.
Fixed bug in WPILibJSim, added better logging and cleaned up code.
Made the frc_gazebo_plugin build using raw cmake instead of catkin, breaking the final ROS dependencies.
Added installation to frc_gazebo_plugin Makefile.
Fixed running of simulation to actually use frcsim.
Initial commit of simulation library for C++. Has the minimal subset of features necessary for having a Simple Robot run in teleoperated mode.
Added notes for generating protobuf messages.
Import of the debuild process into the main repository.
Moved frc_gazebo_plugin under simulation and removed the gazebo folder.
Updated the gazebo plugin to remove excessive printing and limit motor signal to [-1,1].
Updated WPILibJSim to support latching messages and to sleep for 20ms in iterative robot.
Reduced delay between starting frcsim and the users program to 1 second.
Updated GearsBot example.
Fixed a few minor issues for demoable state.
Added simulator support for Victors, Jaguars and Talons.
Added NetworkTables, SmartDashboard and LiveWindow to the simulator.
Added AnalogPotentiometer for simulation.
Added support for simulating encoders.
Added simulation support for Gyro.
Added IterativeRobot, Fixed Timers, Notifiers, PIDControllers and other minor fixes + cleanup.
Added RobotDrive support to simulation.
Separated out JavaGazebo so that SimDS will be able to reuse it.
Separated out SimDS into its own application..
Fixes so that the SimDS is distributed and runs properly for Java with the eclipse plugins.
Added DriverStation support to WPILibCSim
Cleanup of DriverStation, WaitUntilCommand and AnalogPotentiometer for WPILibCSim.
Cleanup of includes for WPILibCSim
Added AnalogPotentiometer to the real WPILibC.
Added AnalogPotentiometer to the real WPILibC.
Added GearsBot example to C++ eclipse plugin.
WPILibCSim fixes to work with launching from the plugin.
Package libwpilibsim in a deb file.
Added includes to plugin distribution.
Added support for external-limit-switches to Gazebo, Java and C++.
Added support for Gazebo Rangefinders and Analog channels to read their values in C++ and Java.
Added support for internal limit switches.
Updated GearsBot programs to use limit switches + range finders.
Added disabling of motors when robot is disabled to more closely mimic the real robot.
Fixes to deal with the switch to .hpp files in the HAL and other misc problems due to rebasing.
Change-Id: I624c5f4d0f28282616a7c92083575bf68adcdce2
2014-06-12 11:02:26 -07:00
|
|
|
<shortcut
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.launching.SimulateLaunchShortcut"
|
|
|
|
|
description="Test the WPILib project using the Gazebo simulator."
|
|
|
|
|
icon="resources/icons/wpi.ico"
|
|
|
|
|
id="edu.wpi.first.wpilib.plugins.cpp.launching.simulate"
|
|
|
|
|
label="WPILib Simulate"
|
|
|
|
|
modes="run,debug">
|
|
|
|
|
<contextualLaunch>
|
|
|
|
|
<enablement>
|
|
|
|
|
<with
|
|
|
|
|
variable="selection">
|
|
|
|
|
<iterate>
|
|
|
|
|
<and>
|
|
|
|
|
<test
|
|
|
|
|
value="edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature"
|
|
|
|
|
property="org.eclipse.core.resources.projectNature">
|
|
|
|
|
</test>
|
|
|
|
|
<test
|
|
|
|
|
value="org.eclipse.cdt.core.cnature"
|
|
|
|
|
property="org.eclipse.core.resources.projectNature">
|
|
|
|
|
</test>
|
|
|
|
|
</and>
|
|
|
|
|
</iterate>
|
|
|
|
|
</with>
|
|
|
|
|
</enablement>
|
|
|
|
|
</contextualLaunch>
|
|
|
|
|
<description
|
|
|
|
|
description="Test the WPILib project using the Gazebo simulator."
|
|
|
|
|
mode="run">
|
|
|
|
|
</description>
|
|
|
|
|
<description
|
|
|
|
|
description="Debug the WPILib project using the Gazebo simulator."
|
|
|
|
|
mode="debug">
|
|
|
|
|
</description>
|
|
|
|
|
</shortcut>
|
2013-12-15 18:30:16 -05:00
|
|
|
</extension>
|
|
|
|
|
<extension
|
|
|
|
|
point="org.eclipse.ui.startup">
|
|
|
|
|
<startup
|
|
|
|
|
class="edu.wpi.first.wpilib.plugins.cpp.WPILibCPPPlugin">
|
|
|
|
|
</startup>
|
|
|
|
|
</extension>
|
|
|
|
|
</plugin>
|