MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / update

Method update

scenario_runner/srunner/scenariomanager/timer.py:148–158  ·  view source on GitHub ↗

Upon reaching the timeout value the status changes to SUCCESS

(self)

Source from the content-addressed store, hash-verified

146 self.timeout = False
147
148 def update(self):
149 """
150 Upon reaching the timeout value the status changes to SUCCESS
151 """
152
153 new_status = super(TimeOut, self).update()
154
155 if new_status == py_trees.common.Status.SUCCESS:
156 self.timeout = True
157
158 return new_status

Callers 11

__init__Method · 0.45
_record_criteriaMethod · 0.45
tickMethod · 0.45
get_actor_collisionsMethod · 0.45
_get_states_at_frameMethod · 0.45
parse_recorder_infoMethod · 0.45
_create_metricMethod · 0.45
_tick_scenarioMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected