We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6341683 commit f19340cCopy full SHA for f19340c
tests/test_sensors.py
@@ -202,7 +202,7 @@ def test_GPS(self): # Check that the GPS sensor works
202
self.assertNotAlmostEqual(gps.data.altitude, 0)
203
self.assertNotAlmostEqual(gps.data.orientation, 0)
204
205
- def test_sensor_enabling(self): # Check if sensors can be enabled
+ def test_sensor_disabling(self): # Check if sensors can be enabled
206
with SimConnection() as sim:
207
agent = sim.add_agent("Jaguar2015XE (Apollo 3.5)", lgsvl.AgentType.EGO, spawnState(sim))
208
for s in agent.get_sensors():
0 commit comments