Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/replaceStop/testsuite.complex
169713 views
# original route
default

# replace first stop before the vehicle has departed
first_init

# replace first stop after the vehicle has departed
first

# replace first stop while already on the stop edge
first_later

# replace first stop after the vehicle has departed
first_teleport

# set custom jump duration
first_teleport_custom_duration

# replace second stop after the vehicle has departed
second

# replace stop that was added from a named route before the vehicle has departed	
routeStop_init

# replace second stop with "" after the vehicle has departed
second_remove

# replace all stops with "" after the vehicle has departed
remove_reroute

# replace all stops with "" after the vehicle has departed and teleport to destination
remove_teleport

# replace all stops with "" after the vehicle has departed and teleport to destination
remove_teleport_once

# replace all stops with "" after the vehicle has departed and teleport to destination
remove_teleport_once_custom

# replace all stops with "" after the vehicle has departed and teleport to destination
remove_teleport_once_custom2

# replace all stops with "" after the vehicle has departed and teleport to destination
remove_teleport_once_stopDelay

# replace second stop with "" after the vehicle has departed before the vehicle has departed
second_remove_init

# replace second stop after the vehicle has departed
second_teleport

# replace second stop after the vehicle has departed. new stop isn't reachable
second_unreachable_teleport

# replace second stop after the vehicle has departed. new stop isn't reachable,
# finish teleport instantly despite oncoming train.
second_teleport_oncoming

# change attributes of second stop without rerouting
second_change_attribute

# replace last stop after the vehicle has departed
last

# replace last stop after the vehicle has reached the second stop
last_later

# replace last stop while the vehicle is on the second stop and make it teleport to the third
last_same_location_teleport

# replace last stop on the destination edge and update destination
last_destination

# replace all stops after the vehicle has departed
all

# replace stop with invalid index
invalid

# try to replace the current stop after it has been reached
reached_invalid

# test replaceStop failure
unreachable

# replace second stop with "" after the vehicle has departed.
# riders with "ANY" from the first stop to the second stop should be aware
second_remove_rider

# replace first stop while on a junction leading away from the new stop
on_junction

# replace first stop after the vehicle has departed using setStopParameter
first_parameter

# replace first stop after the vehicle has departed using setStopParameter
first_parameter_edge

# replace parameters of first stop (but keep the location)
first_parameter_only

# replace parameters of first stop (but keep the location)
first_parameter_only_triggered

# change userDefined stop params
customParam