Example parameters to use the demo behavior specified in agentwise.agvsimulation.behaviordemo:
- l XML/layout.xml - j ../agentwise.agvsimulation.behaviordemo/ agentwise_agvsimulation_behaviordemo.jar -b agentwise.agvsimulation.behaviordemo.AGVRandomWalkBehavior --logconfig ../agentwise.agvsimulation.behaviordemo/logconfig.xml -t 300
With this parameters, the output should be something like:
INFO - Effect applied: DriveToPositionEffect on AGV robot agv1: new position: Position(x=150.0meter,y=50.0meter) INFO - Effect applied: ChangeEnergyEffect on AGV robot agv1: new energy level: 81.0v INFO - Effect applied: DriveToPositionEffect on AGV robot agv1: new position: Position(x=150.0meter,y=150.0meter) INFO - Effect applied: ChangeEnergyEffect on AGV robot agv1: new energy level: 31.0v