Difference between revisions of "First steps in the simulator"
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Vorbedingungen == | == Vorbedingungen == | ||
− | #Eclipse | + | #[[Code repository and Eclipse]] |
− | #Projekte importiert | + | #[[Clone the ARSIN V01 Repository#Add Projects to Workspace |Projekte importiert]] |
== Start Simulation == | == Start Simulation == | ||
Line 8: | Line 8: | ||
# Select the java perspective (Window→Open Perspective→Other→Java) | # 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 | # 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 | + | # [[Scenario Selector GUI]] should be displayed |
# select a scenario and press the button "Start Scenario" | # select a scenario and press the button "Start Scenario" | ||
− | # After a few moments, two windows should appear and the scenario selector should disappear. | + | # After a few moments, two windows ([[Simulator_GUI| Simulator GUI]]) should appear and the scenario selector should disappear. |
# Press the button “Pause/Play” once. | # Press the button “Pause/Play” once. | ||
# Congratulations! Sit back and enjoy the ARSIN agent roaming through its world! | # Congratulations! Sit back and enjoy the ARSIN agent roaming through its world! |
Latest revision as of 11:02, 17 January 2013
Vorbedingungen
Start Simulation
- 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) 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!