Ersun Sözen

Results 2 issues of Ersun Sözen

**Problem** scenario_runner.py sometimes connects to the simulator, sometimes time-outs. I couldn't find the root problem causing this. **Help Request** If somebody experienced it, it will be appreciated if somebody can...

I've used some portion of your code. In Client what I did to save the camera images: ```python cam_bp = world.get_blueprint_library().find('sensor.camera.rgb') cam_bp.set_attribute("image_size_x",str(800)) cam_bp.set_attribute("image_size_y",str(600)) cam_bp.set_attribute("fov",str(105)) cam_location = carla.Location(2,0,1) cam_rotation = carla.Rotation(0,90,0)...