Fixed C++ deploy in Eclipse

Eclipse now runs an ant script to deploy C++ programs, which runs the
robot program with the run-at-startup system

Change-Id: I3e63967ebc40ad3c38aa561fd303ca3c577fd2a2
This commit is contained in:
thomasclark
2014-07-01 17:04:28 -04:00
parent ef5729b3dd
commit ae8d22b0f2
4 changed files with 59 additions and 119 deletions

View File

@@ -2,8 +2,9 @@
username=admin
password=
deploy.dir=/home/admin
deploy.run.command=./runcppprogram
deploy.debug.command=./debugcppprogram
deploy.kill.command=/usr/local/frc/bin/frcKillRobot.sh -t -r
deploy.log.file=/var/local/natinst/log/FRC_UserProgram.log
command.dir=/home/lvuser/
# Libraries to use
wpilib=${user.home}/wpilib/cpp/${cpp-version}
@@ -21,8 +22,8 @@ build.dir=build
out.exe=Debug/${out}
# Simulation
simulation.world.file=$world
simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
sim.exe=Simulate/${out}
wpilib.sim=${wpilib}/sim
sim.tools=${wpilib.sim}/tools
sim.lib=${wpilib.sim}/lib
sim.lib=${wpilib.sim}/lib