-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to CARLA 0.9.10 + Determinism improvements
* Added determinism fixes * Added human log and playback + TM sync * Changed set_velocity to set_target_velocity Co-authored-by: Fabian Oboril <[email protected]>
- Loading branch information
1 parent
2e580d8
commit 65bd4fd
Showing
15 changed files
with
192 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
HOST = https://carla-releases.s3.eu-west-3.amazonaws.com/Linux | ||
RELEASE=CARLA_0.9.9 | ||
RELEASE=CARLA_0.9.10 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
mode: log # Either 'log' or 'playback' | ||
file: test.json # path to the file with the controls | ||
|
||
|
||
This is the configuration file of the human agent. This agent incorporates two modes. | ||
The log mode parses the controls given to the vehicle into a dictionary and records them into a .json file. | ||
This file can be read by the playback mode to control the vehicle in the same way, resulting in a deterministic agent. | ||
The file name can be chosen, and is the second argument of this config file. | ||
|
Oops, something went wrong.