Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/xml/xml2csv/amitran_trajectories/source.xml
428435 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<trajectories timeStepSize="1000">
3
<actorConfig id="123" emissionClass="Euro5" fuel="Diesel" vehicleClass="Passenger" length="12" weight="12" age="5" brand="blub" model="12" />
4
<vehicle id="12" actorConfig="12" startTime="3000" />
5
<motionState vehicle="12" speed="12" time="123" acceleration="12" gear="1" engineSpeed="12" worldLocationLong="123" worldLocationLat="123" worldLocationHeight="123" cartesianX="123" cartesianY="123" cartesianZ="123" link="123" laneIndex="5" slope="12" radiusOfCurvature="123" roadType="urban" speedLimitKmh="5" airDragCoefficient="12" timeHeadway="12" timeToCollision="12" vehicleInFrontId="123" />
6
</trajectories>
7