I just edited my map and i can run it with 100 car using SUMO.. Now i want to launch this map and these cars with omnet++ i created launch file .. and going to ini file and set the launch file
Config DSRUU-City]
description = "DSRUU"
*.numHosts = 100
*.manager.launchConfig = xmldoc("..\\_maps\\Mapsprojec\\City.launchd.xml")
*.**.nic.phy80211p.decider = xmldoc("..\\_maps\\Mapsprojec\\config.xml")
*.**.nic.phy80211p.analogueModels = xmldoc("..\\_maps\\Mapsprojec\\config.xml")
*.playgroundSizeX =3000
*.playgroundSizeY =3000
*.playgroundSizeZ = 50m
**.roiRects = "0,100-2200,2000"#x,y-X,Y
My problem, When i run the simulation, i can't see the cars as node inside the omnet++ although i can see them in the sumo gui in the same time .. So how i can solve this issue ... So i should see the cars as node in the omnet++ and as car in the sumo ? .. Thanks in advance ...
*.annotations.draw = true
is set? – floxyz