This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function () { | |
$('#payment-form').bootstrapValidator({ | |
// added validators including callback validation for date expiry etc.. | |
}); | |
$("#payment-form").submit(function (event) { |
NewerOlder