Skip to content

Instantly share code, notes, and snippets.

View felipecode's full-sized avatar
👁️

Felipe Codevilla felipecode

👁️
View GitHub Profile
@sandman
sandman / manual_control.py
Last active April 19, 2019 14:28
Steering wheel control for carla
#!/usr/bin/env python3
# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de
# Barcelona (UAB).
#
# This work is licensed under the terms of the MIT license.
# For a copy, see <https://opensource.org/licenses/MIT>.
# Keyboard controlling for CARLA. Please refer to client_example.py for a simpler
# and more documented example.