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

Method sensors

scenario_runner/srunner/autoagents/ros_agent.py:247–254  ·  view source on GitHub ↗

Define the sensor suite required by the agent :return: a list containing the required sensors

(self)

Source from the content-addressed store, hash-verified

245 self.waypoint_publisher.publish(msg)
246
247 def sensors(self):
248 """
249 Define the sensor suite required by the agent
250
251 :return: a list containing the required sensors
252 """
253 raise NotImplementedError(
254 "This function has to be implemented by the derived classes")
255
256 def get_header(self):
257 """

Callers 2

setupMethod · 0.95
setup_sensorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected