eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

Adapt plot_trajectories.py for call from netedit UI #14147

Closed Nifemi954 closed 9 months ago

Nifemi954 commented 9 months ago

The plot trajectories option within netedit does not have a way to upload the FCD-file.

m-kro commented 9 months ago

You are right. This is due how the options are implemented in plot_trajectories.py and we will change that. In the meantime, please call the script directly from the command line.

m-kro commented 9 months ago

@Nifemi954 The script has been updated such that you can call it with the FCD file path from the netedit UI. Please either compile from current Github source or wait for the next compiled development binaries of tomorrow.

Nifemi954 commented 8 months ago

I have an issue with a simulation I am running, where the last vehicle does not complete the route but stops at a particular TLS. The simulation just keeps running afterwards.

Attached below is the config file;

<?xml version='1.0' encoding='UTF-8'?>
<configuration><input><net-file value="osm2.net.xml" /><route-files value="rsampler_trips900.xml" /><no-step-log value="True" /><time-to-teleport value="0" /></input></configuration>
m-kro commented 8 months ago

@Nifemi954 Please open new issues for separate topics.