Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] unable to run sumo using command line on master

Hi,

I am using the sumo master codebase. I am unable to run sumo using the command line. Although the below sumocfg file with the following command was working fine on the older codebase. Do I need to change anything on the master?

command:
sumo/bin/sumo -c tmp.sumocfg --tripinfo-output sumo-trip.xml --fcd-output fcd.xml

tmp.sumocfg:

<configuration>
    <input>
        <net-file value="Corniche_base.net.xml"/>
        <route-files value="test.rou.xml"/>
        <start value="true"/>
    </input>
    <time>
        <begin value="0"/>
        <end value="10800"/>
        <step-length value='0.5'/>
    </time>
    <processing>
        <!-- <device.rerouting.with-taz/> -->
            <collision.action value="remove"/>
        <collision.check-junctions value="true"/>
        <device.rerouting.period value="20" />
        <device.rerouting.synchronize />
            <collision.mingap-factor value="0"/>
        <!-- <time-to-teleport value="-1"/> -->
        <ignore-junction-blocker value="3"/>
        <scale value="1"/>
    </processing>
    <report>
        <verbose value="true"/>
    </report>
  </configuration>



The issue is that the simumation never ends at the end time. It just keeps on showing the step0. Find the screenshot below.

image.png

Thanks,
Mahima

Back to the top