felipecode / coiltraine

Training framework for conditional imitation learning
MIT License
230 stars 68 forks source link

blueprint 'sensor.other.lane_invasion' not found #23

Closed chandanavgermany closed 4 years ago

chandanavgermany commented 4 years ago

Some one please help with this Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "view_model.py", line 91, in carla09interface.game_loop(args, agent) File "/home/vaishu/opt/Self-Dri-Car-imi-2/coiltraine/model_view/carla09interface.py", line 818, in game_loop world = World(client.get_world(), hud) File "/home/vaishu/opt/Self-Dri-Car-imi-2/coiltraine/model_view/carla09interface.py", line 201, in init self.restart() File "/home/vaishu/opt/Self-Dri-Car-imi-2/coiltraine/model_view/carla09interface.py", line 256, in restart self.lane_invasion_sensor = LaneInvasionSensor(self.vehicle, self.hud) File "/home/vaishu/opt/Self-Dri-Car-imi-2/coiltraine/model_view/carla09interface.py", line 639, in init bp = world.get_blueprint_library().find('sensor.other.lane_invasion') IndexError: blueprint 'sensor.other.lane_invasion' not found WARNING: sensor object went out of the scope but the sensor is still alive in the simulation: Actor 50 (sensor.camera.rgb) WARNING: sensor object went out of the scope but the sensor is still alive in the simulation: Actor 51 (sensor.other.collision) terminate called without an active exception Aborted (core dumped)

chandanavgermany commented 4 years ago

@felipecode do you know how to solve this??