MCPcopy Create free account
hub / github.com/OpenDriveLab/TCP / SensorReceivedNoData

Class SensorReceivedNoData

leaderboard/leaderboard/envs/sensor_interface.py:35–41  ·  view source on GitHub ↗

Exceptions thrown when the sensors used by the agent take too long to receive data

Source from the content-addressed store, hash-verified

33
34
35class SensorReceivedNoData(Exception):
36 """
37 Exceptions thrown when the sensors used by the agent take too long to receive data
38 """
39
40 def __init__(self, message):
41 super(SensorReceivedNoData, self).__init__(message)
42
43
44class GenericMeasurement(object):

Callers 1

get_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected