Difference between revisions of "First steps in the simulator"

From SIMA wiki
Jump to: navigation, search
(Created page with " == Start Simulation == Start der Simulation im Eclipse unter Sim.src.sim.SimulatorMain oder unter Sim.src.sim.ScenarioSelector")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Vorbedingungen ==
 +
#[[Code repository and Eclipse]]
 +
#[[Clone the ARSIN V01 Repository#Add Projects to Workspace |Projekte importiert]]
  
 
== Start Simulation ==
 
== Start Simulation ==
Start der Simulation im Eclipse unter Sim.src.sim.SimulatorMain oder unter Sim.src.sim.ScenarioSelector
+
 
 +
# Start eclipse
 +
# Select the java perspective (Window→Open Perspective→Other→Java)
 +
# For now, we want to start the simulator with the scenario selector. Right clock in class Sim.src.sim.ScenarioSelector-> Run As -> Java Application
 +
# [[Scenario Selector GUI]] should be displayed
 +
# select a scenario and press the button "Start Scenario"
 +
# After a few moments, two windows ([[Simulator_GUI| Simulator GUI]]) should appear and the scenario selector should disappear.
 +
# Press the button “Pause/Play” once.
 +
# Congratulations! Sit back and enjoy the ARSIN agent roaming through its world!

Latest revision as of 12:02, 17 January 2013

Vorbedingungen

  1. Code repository and Eclipse
  2. Projekte importiert

Start Simulation

  1. Start eclipse
  2. Select the java perspective (Window→Open Perspective→Other→Java)
  3. For now, we want to start the simulator with the scenario selector. Right clock in class Sim.src.sim.ScenarioSelector-> Run As -> Java Application
  4. Scenario Selector GUI should be displayed
  5. select a scenario and press the button "Start Scenario"
  6. After a few moments, two windows ( Simulator GUI) should appear and the scenario selector should disappear.
  7. Press the button “Pause/Play” once.
  8. Congratulations! Sit back and enjoy the ARSIN agent roaming through its world!