Commit Graph

2263 Commits

Author SHA1 Message Date
German Ros 628b78844b Revert "updated LIDAR setup to reflect a real Velodyne 32"
This reverts commit 0c8d38adf1.
2019-02-28 15:55:04 -08:00
German Ros 0c8d38adf1 updated LIDAR setup to reflect a real Velodyne 32 2019-02-28 15:52:40 -08:00
German Ros 0e019f5fb1 blocked fixed 2019-03-01 00:48:32 +01:00
German Ros e3e98b4628 minor fixes 2019-03-01 00:48:32 +01:00
German Ros f3f69fddb6 changelog updated 2019-03-01 00:48:32 +01:00
German Ros 0657f226de performance benchmark CARLA 2019-03-01 00:48:04 +01:00
German Ros ee3f380752 performance_benchmark initial script 2019-03-01 00:48:04 +01:00
nsubiron 43ead32787 Increase default time-out 2019-03-01 00:15:58 +01:00
nsubiron 338afbdc3b Add synchronous mode example script 2019-03-01 00:15:58 +01:00
nsubiron d8b64cd86f Update CHANGELOG 2019-03-01 00:15:58 +01:00
nsubiron e78d49ad9a Update content link 2019-03-01 00:15:58 +01:00
nsubiron 169cfc9888 Add priority system for vehicle control input so client always overwrites other inputs 2019-03-01 00:15:58 +01:00
nsubiron 8b3489fc88 Add attribute to vehicles to control whether control is sticky 2019-03-01 00:15:58 +01:00
nsubiron 418ad8ce10 Add optional command-line argument "-carla-streaming-port" for setting the streaming server port 2019-03-01 00:15:58 +01:00
nsubiron b8ec3e2c1c Allow streaming server connecting to random available port (port 0) 2019-03-01 00:15:58 +01:00
nsubiron 2696c9684e Fix #784, add methods for sending commands in batch 2019-03-01 00:15:58 +01:00
nsubiron fd4d8959f5 Change more rpc bindings to accept rpc::ActorId instead of rpc::Actor 2019-03-01 00:15:58 +01:00
nsubiron 3e7e8fb009 Refactor bindings 2019-03-01 00:15:58 +01:00
nsubiron 94ce35dd31 Change rpc bindings to accept rpc::ActorId instead of rpc::Actor when only the id is needed 2019-03-01 00:15:58 +01:00
nsubiron 38963872ef Organize rpc bindings 2019-03-01 00:15:58 +01:00
nsubiron 365eecbb7f Rename actor_id_type to ActorId 2019-03-01 00:15:58 +01:00
nsubiron 1378d7c3cf Fix synchronization issues when changing episode 2019-03-01 00:15:58 +01:00
nsubiron 579d93e61f Change episode in client-side if server changed episode by checking world observer message 2019-03-01 00:15:58 +01:00
nsubiron 691fecd15f Improve wait for newly loaded maps, ignore time-outs 2019-03-01 00:15:58 +01:00
nsubiron 8fb6197a79 Add a method for getting the list of available maps in Python API 2019-03-01 00:15:58 +01:00
nsubiron 5210cd71f0 Make load map methods const 2019-03-01 00:15:58 +01:00
nsubiron 3ec2483316 Add acceleration and delta-time to world observer message to make data self contained 2019-03-01 00:15:58 +01:00
nsubiron bcc44c97fb Fix synchronization issues when changing episode 2019-03-01 00:15:58 +01:00
nsubiron d331f6969b Improve checks when the episode changed 2019-03-01 00:15:58 +01:00
nsubiron 6bb2feb9b1 Fix #1272, allow changing the map from client-side 2019-03-01 00:15:58 +01:00
nsubiron 6a943333a1 Refactor map related methods 2019-03-01 00:15:58 +01:00
Daniel 7f5a39bbb5 List all maps from Carla Statics. Load map from full path or name. 2019-03-01 00:15:58 +01:00
nsubiron 5da183e4c5 Change episode in client-side if server changed episode by checking world observer message 2019-03-01 00:15:58 +01:00
nsubiron 5b7098a67c Remove map_name from world 2019-03-01 00:15:58 +01:00
nsubiron 461bd5b1c6 Fix possible unwanted exception thrown on a thread 2019-03-01 00:15:58 +01:00
nsubiron 036bc22ae4 Include episode id on world observer message 2019-03-01 00:15:58 +01:00
nsubiron aa818cdc67 Make episodes have a random unique id to avoid collisions between runs 2019-03-01 00:15:58 +01:00
nsubiron 532355dbf9 Fix client stuck after requesting map on sync mode 2019-03-01 00:15:58 +01:00
nsubiron 92f154649a Update Python API reference 2019-03-01 00:15:58 +01:00
nsubiron 027879bb1e Get rid of Example.CarlaSettings.ini 2019-03-01 00:15:58 +01:00
nsubiron fe2ebc527c Allow changing episode settings at runtime (sync mode and no-rendering mode) 2019-03-01 00:15:58 +01:00
nsubiron e90e82cc81 Fix #1244, make simulator wait for client cue each tick if sync mode is enabled 2019-03-01 00:15:58 +01:00
nsubiron 43ed758fb8 Fix #1258, add FCarlaEngine to ensure tick order 2019-03-01 00:15:58 +01:00
germanros1987 37281da4eb
Merge pull request #1314 from carla-simulator/manishthani/no_rendering_mode
Traffic light gets illuminated when car is close to its trigger volume
2019-02-28 12:32:02 -08:00
germanros1987 9ab1411bd4
Merge master into manishthani/no_rendering_mode 2019-02-28 12:29:05 -08:00
Néstor Subirón be4501133c
Merge pull request #1300 from carla-simulator/autogenerate-map-commandlet
Autogenerate map commandlet
2019-02-28 18:13:53 +01:00
Néstor Subirón 1798e57ef9
Merge branch 'master' into autogenerate-map-commandlet 2019-02-28 16:08:48 +01:00
Daniel 912e28b8ba Added default to Sign Selection 2019-02-28 16:03:12 +01:00
Néstor Subirón f9708ffd98
Merge pull request #1223 from carla-simulator/bernatx/Recorder
Bernatx/recorder
2019-02-28 16:00:28 +01:00
nsubiron 34a6afac1c Make Python scripts executable 2019-02-28 15:22:24 +01:00