Skip to content

Instantly share code, notes, and snippets.

View sandman's full-sized avatar
:electron:
Exploring

sandman

:electron:
Exploring
View GitHub Profile
@sandman
sandman / buildlog
Created April 18, 2018 15:58
Rebuild carla error
xyz@xyz-XPS-8900:~/Downloads/carla-0.8.1$ UE4_ROOT=~/UnrealEngine_4.18 ./Rebuild.sh
Using Unreal Engine at '/home/xyz/UnrealEngine_4.18'
Making CarlaServer...
ERROR: Missing protobuf compiler.
Did you forget to run Setup.sh?
Makefile:50: recipe for target 'protobuf' failed
make: *** [protobuf] Error 1
Cleaning up CARLA Plugin...
Cleaning up CARLAUE4...
Generate Unreal project files...
@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.
#!/usr/bin/env python3
# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de
# Barcelona (UAB), and the INTEL Visual Computing Lab.
#
# 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 for a simpler
# and more documented example.
@sandman
sandman / carla_manual_control.py
Created December 14, 2017 17:04
Carla manual control based on Joystick
#!/usr/bin/env python3
# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de
# Barcelona (UAB), and the INTEL Visual Computing Lab.
#
# 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 carla_use_example for a
# simpler and more documented example.
@sandman
sandman / bv_submit_bug.js
Last active September 9, 2020 08:17
Demo of Bootstrap validator double submit bug
$(document).ready(function () {
$('#payment-form').bootstrapValidator({
// added validators including callback validation for date expiry etc..
});
$("#payment-form").submit(function (event) {