sort by:
Revision Author Date Message Commit Date
00a8697 Adding rest of CarlaSettings.ini arguments to command line. CarlaSettings.ini no longer needes to be used 04 February 2019, 17:37:47 UTC
9134973 Upgrade version 31 January 2019, 18:32:27 UTC
66a81d9 Make automatic_control.py executable 31 January 2019, 18:32:27 UTC
d43c73f Fix NaN display for FPS 31 January 2019, 18:32:27 UTC
f1c4186 Add CarlaSettings.ini to package for enabling no-rendering mode 31 January 2019, 18:32:27 UTC
96b21c2 Add no_rendering_mode.py to package 31 January 2019, 18:32:27 UTC
7cf7c8f Update content link 31 January 2019, 18:31:35 UTC
4429e04 Update CHANGELOG 31 January 2019, 18:31:35 UTC
7678354 Update content link 31 January 2019, 18:31:35 UTC
aec2a17 Update README.md 31 January 2019, 18:07:59 UTC
fa8ff49 Update README.md 31 January 2019, 18:06:49 UTC
40928db Merge branch 'master' into NoRenderingMode 31 January 2019, 13:21:45 UTC
82d3687 Do not try to destroy lane detector as it does not exist in the simulator 31 January 2019, 13:18:56 UTC
be1dc08 huge refactor 31 January 2019, 12:20:58 UTC
2c5e115 Fix FPS NaN 31 January 2019, 11:58:39 UTC
5ebe77c Fix UE4 Makefile not removed on make clean 31 January 2019, 11:32:37 UTC
39f8e34 Merge pull request #1198 from carla-simulator/pravinblaze-agent Pravinblaze agent 30 January 2019, 21:55:47 UTC
f7b44d1 Modified basic agent: * Using RoadOption from local planner Modified local planner: * Increased waypoint que max length * Re organised buffering code Modified misc: * Added vector function Modified global route planner: * Using RoadOption from local_planner 30 January 2019, 21:32:50 UTC
d7a7e3c Modified local planner * Buffered waypoint queue to avoid path overlapping 30 January 2019, 21:29:36 UTC
7e6b924 Comments 30 January 2019, 21:29:36 UTC
be92046 - 30 January 2019, 21:29:36 UTC
0acdd8f Integrated global router into Basic Agent * Modified set_destination function to use GlobalRoutePlanner 30 January 2019, 21:29:36 UTC
c22c3d9 Merge pull request #1197 from carla-simulator/pravinblaze-global_routing Pravinblaze global routing 30 January 2019, 20:44:34 UTC
b06e508 * Fixed global router to handle round about turns * Using local_planner.RoadOption to represent turns 30 January 2019, 20:09:16 UTC
fedf8b2 Modified turn decision logic to solve round about turn problem 30 January 2019, 20:05:55 UTC
d85c207 Modified route translation to ignore intersection segments with only one possible path 30 January 2019, 20:05:55 UTC
f421923 Fixed GlobalRoutePlanner: * now using vector cross product for turn decisions. 30 January 2019, 20:05:55 UTC
e8f82aa Prettified file 30 January 2019, 18:45:54 UTC
5b04acd Traffic Light and speed limit affecting to hero info now displayed 30 January 2019, 18:38:37 UTC
2f49b7a Merge branch 'master' into NoRenderingMode 30 January 2019, 18:14:40 UTC
07d87e8 Fixed some pylint warnings and solved small roads bug 30 January 2019, 18:09:30 UTC
b2e0b53 Fixed the steering when RoadMap is null 30 January 2019, 17:12:42 UTC
056fc7a Updated changelog 30 January 2019, 17:12:42 UTC
aff2035 Fix raycast direction when FreeDriving 30 January 2019, 17:12:42 UTC
8c8c256 Fixed style in some old code 30 January 2019, 17:12:42 UTC
4421358 Fixed multiple trigger spwning 30 January 2019, 17:12:42 UTC
7e45899 Fixed vehicle controller raycast and OpenDriveActor issues 30 January 2019, 17:12:42 UTC
137b69b Add utils for creating a prop factory 30 January 2019, 15:25:08 UTC
0e8ca50 Merge branch 'master' into tl_api 30 January 2019, 13:40:21 UTC
5e05902 Use patched version of rpclib 30 January 2019, 13:38:46 UTC
7cbeacd Refactoring 30 January 2019, 13:37:02 UTC
5a026fd Merge master into pedestrian-collision-sensor 30 January 2019, 12:49:57 UTC
e29950b Refactor + Bug fix: Blits surfaces 30 January 2019, 11:15:24 UTC
fc73946 Fixing indent issue 30 January 2019, 10:48:40 UTC
c39d2e0 Removing dots 30 January 2019, 10:33:36 UTC
faac288 Prettyfying the files in response to review 30 January 2019, 10:20:23 UTC
23ef5d7 Merge branch 'master' into NoRenderingMode 30 January 2019, 09:49:15 UTC
91f43c8 Changed Permissions and bug fix 30 January 2019, 09:45:25 UTC
881e957 Optimizations 29 January 2019, 19:43:37 UTC
1334116 Optimization 29 January 2019, 18:51:51 UTC
93a30cd Optimization of ObstacleDetectionEvent 29 January 2019, 18:43:37 UTC
79b7e39 Moved code from Sensor to ActorBlueprintFunctionLibrary Added documentation Minor code improvements 29 January 2019, 18:21:34 UTC
25b31d6 speed limit font quality improved 29 January 2019, 17:44:29 UTC
c595e1c road lanes are now drawn correctly 29 January 2019, 17:13:03 UTC
a993968 Switch off texture streaming again, it was automatically switched on on Unreal Engine upgrade 29 January 2019, 15:43:53 UTC
f1d1020 speed limits rotate base on hero front 29 January 2019, 15:32:49 UTC
f033823 Fixing couple of merge issues 29 January 2019, 15:20:09 UTC
6c784bc ids aligned to hero vehicle 29 January 2019, 15:07:54 UTC
13c0c7d Improved a lot performance in hero mode 29 January 2019, 13:52:43 UTC
2e0d7ac Updating CHANGELOG.md file with changes 29 January 2019, 13:40:43 UTC
5ab3402 Merge branch 'master' into basicAgentUpdates 29 January 2019, 13:27:36 UTC
cb6c57d Merge branch 'master' into tl_api 29 January 2019, 13:07:48 UTC
d0ae293 Working on improving hero performance 29 January 2019, 12:29:03 UTC
1e5195d Fix ObstacleDetectionSensor for new async streams 29 January 2019, 12:05:41 UTC
ad5c62c Improved comments and changed TraceChannel to ECC_WorldStatic 29 January 2019, 11:44:41 UTC
0bd4388 Documentation and variable renaming for obstacle sensor 29 January 2019, 11:44:41 UTC
5a31efe Obstacle detector for vehicles or everything 29 January 2019, 11:44:22 UTC
91e9ee8 Basic sensor setup for ObstacleDetectionSensor 29 January 2019, 11:44:22 UTC
488a56f Rollback of DefaultGame.ini Solve FILE_NAME never used change if mkdir for mkdir -f in a couple of files 29 January 2019, 11:00:58 UTC
7612757 Changed MapstoCook, directories to always cook and staging directory 29 January 2019, 11:00:58 UTC
17b80b6 Added Linux.mk.help info for export-maps 29 January 2019, 11:00:58 UTC
24de607 Added Important information to readme Fixed iterative import 29 January 2019, 11:00:58 UTC
e20d5d0 Added Changelog Removed unnecesary files 29 January 2019, 11:00:58 UTC
56fc04e Improved naming Added support for importing multiple files 29 January 2019, 11:00:58 UTC
0730688 Maps extraction tool without testing 29 January 2019, 11:00:58 UTC
7c8b364 Added clip to rotated surface 29 January 2019, 10:08:26 UTC
ae75d41 Remove crash reporter 29 January 2019, 09:42:38 UTC
35c9507 Improved framerate when scaling map, still work in progress for hero mode scaling 28 January 2019, 19:21:52 UTC
acb590c Adding python api support for changing a traffic light's state and timers and getting the traffic light and speed limit for a vehicle 28 January 2019, 19:03:16 UTC
63ce3a1 Small documentation fix 28 January 2019, 18:51:00 UTC
bfac748 Update CHANGELOG.md 28 January 2019, 18:24:08 UTC
98a5155 Minor fixes 28 January 2019, 18:13:56 UTC
c24c38a removed antialiasing, fixed speed, refactored 28 January 2019, 16:24:29 UTC
52f59b8 bounding boxes of pedestrians are drawn 28 January 2019, 13:39:57 UTC
4a3d3f4 traffic lights are bounding boxes + refactor 28 January 2019, 13:25:01 UTC
30ce63f using convert, blits and given forward vector of transform 28 January 2019, 10:34:38 UTC
fbf64f5 Add CarlaStatics function library 27 January 2019, 20:04:40 UTC
7cb8e00 Fix #1168 deregister registered actors on "OnDestroyed" event 27 January 2019, 18:13:36 UTC
67c2d90 Fix regression introduced in #1150, make data streams more robust for asynchronous use 27 January 2019, 15:19:16 UTC
027362b Refactor the server to always return a Response object, move some functionality to UCarlaEpisode 27 January 2019, 12:34:57 UTC
7a21d8a Fix dumb error in Check.sh 26 January 2019, 17:46:30 UTC
1683bd6 Split test rpc and msgpack 26 January 2019, 17:45:26 UTC
7a9b1f0 Remove throws from MsgPackAdaptors 26 January 2019, 17:44:40 UTC
1f34cf3 Add more info to actor view, including serialized data 26 January 2019, 17:31:15 UTC
c7561c5 Iterate actor registry by values instead of pairs 26 January 2019, 17:31:15 UTC
4e70097 Add Response class 26 January 2019, 17:31:15 UTC
0371620 Replace Optional by boost::optional and add adaptors for serialization 26 January 2019, 17:31:15 UTC
8296b50 Fix serialization of boost::variant 26 January 2019, 17:31:15 UTC
5f7c8b7 Skip client unit tests on benchmark 26 January 2019, 17:08:54 UTC
8778cd6 Adjust streaming benchmark, failing on laptop 26 January 2019, 16:56:07 UTC
back to top