1

I downloaded instant veins 4.7.1-i1 (a virtual appliance for running Veins) from the link below:

https://veins.car2x.org/download/instant-veins-4.7.1-i1.ova

But in my simulation, I need to run the sumo-gui, while the connection (sumo-launchd.py) in the virtualBox only runs the sumo. I tried to modify that a bit, but i can't.

Can you help me??

Dherik
  • 17,757
  • 11
  • 115
  • 164
rakhsha
  • 99
  • 7

1 Answers1

2

You can start the sumo-launchd with different parameters. The default configuration (shortcut in the "Activities" menu) executes the sumo-launchd.py with the -vv parameter.

/home/veins/src/veins/sumo-launchd.py -vv

To use sumo-gui, you can use the following command in a terminal:

python /home/veins/src/veins/sumo-launchd.py -vv -c sumo-gui
thardes2
  • 1,162
  • 12
  • 28