Reset files back to default state
This commit is contained in:
parent
8eab8018e1
commit
0f70fd66e9
|
@ -36,7 +36,7 @@ def main():
|
|||
# to the simulator. Here we'll assume the simulator is accepting
|
||||
# requests in the localhost at port 2000.
|
||||
client = carla.Client('localhost', 2000)
|
||||
client.set_timeout(5.0)
|
||||
client.set_timeout(2.0)
|
||||
|
||||
# Once we have a client we can retrieve the world that is currently
|
||||
# running.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "{AFEA611D-4870-D6FA-3535-97AE4FF017A2}",
|
||||
"EngineAssociation": "4.24",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
|
|
Loading…
Reference in New Issue