sort by:
Revision Author Date Message Commit Date
efdd33c Updated ObjectRegister with ISM control 24 November 2020, 09:30:35 UTC
e83fd71 Added check to register objects 24 November 2020, 09:30:35 UTC
42c4c15 Fixed EnvironmentObject Python type 24 November 2020, 09:30:35 UTC
6392c0b Added methods to get the mesh components 24 November 2020, 09:30:35 UTC
c9fb00d Naming fix 24 November 2020, 09:30:35 UTC
41c437b Created ObjectRegister to control the level object handling 24 November 2020, 09:30:35 UTC
ab16a64 Added type to EnvironmentObject 24 November 2020, 09:30:35 UTC
6b8c40d Corrected a typo in Radar Sensor section (#3598) * Corrected a typo in Radar Sensor section * Update CHANGELOG.md Co-authored-by: Axel1092 <35765780+Axel1092@users.noreply.github.com> 23 November 2020, 16:44:04 UTC
6c85458 Added display initialization to avoid posible noise 23 November 2020, 09:47:07 UTC
064760d Update README.md Reuirements and carla leaderboard 21 November 2020, 12:18:42 UTC
4c7b7cb BB is now in local space 20 November 2020, 14:03:03 UTC
5474c72 Added BB calculation to all actors 20 November 2020, 14:03:03 UTC
42d67c2 Moved bounding_box to actor 20 November 2020, 14:03:03 UTC
5ce501d Fixed bug "'World' object has no attribute 'player'" when using BehaviorAgent with an instance of carla.libcarla.World class. 16 November 2020, 13:27:25 UTC
fcb291e Minor improvements to add a new vehicle doc Make the docs wording more consistent with Unreal 16 November 2020, 09:24:48 UTC
af0dbd0 Increased smoke test timeout. 16 November 2020, 09:23:15 UTC
238d930 Small fixes. 16 November 2020, 09:23:15 UTC
06bd2a9 Added enhanced determinism flag. 16 November 2020, 09:23:15 UTC
77b5e0f Added smoke test for tm determinism. 16 November 2020, 09:23:15 UTC
993f440 Fixed int to uint8_t 12 November 2020, 12:57:26 UTC
8ffbf13 Fixed carla.Actor semantic_tags 12 November 2020, 12:57:26 UTC
8f569e7 Fix build in windows 11 November 2020, 10:17:52 UTC
6bbc0bd Updated CHANGELOG 11 November 2020, 10:17:52 UTC
3663d6f Add noise seeds to the determinism script 11 November 2020, 10:17:52 UTC
d3879a1 Removed warning in LibCarla 11 November 2020, 10:17:52 UTC
13370fd Added noise_seed in Lidar and Radar sensors 11 November 2020, 10:17:52 UTC
1b12813 Removed trailing white spaces 11 November 2020, 10:17:52 UTC
e72c0dd Minor spelling fix 11 November 2020, 10:17:52 UTC
db64712 Added script for check sensor determinsm 11 November 2020, 10:17:52 UTC
ea194c4 Fix for preprocessing condition in SemanticLidar 11 November 2020, 10:17:52 UTC
d3935f6 Minor spelling change 11 November 2020, 10:17:52 UTC
9e7a132 Making the result of radar deterministic 11 November 2020, 10:17:52 UTC
fcac0e5 Fix determinisim of the lidar's point cloud The general dropoff are precomputed so the random number generator is queried always in the correct order. 11 November 2020, 10:17:52 UTC
50ed66a Registration lock while frame re-allocation 07 November 2020, 19:34:10 UTC
c7ca5d1 Review fixes 05 November 2020, 15:15:02 UTC
5a56cb3 Small update to default lane validities. 05 November 2020, 15:15:02 UTC
d7d79c3 Fixed bug in waypoint.get_landmarks(). Removed landmarks with lane validity [0,0]. 05 November 2020, 15:15:02 UTC
2a65fd3 Updated CHANGELOG 05 November 2020, 13:25:04 UTC
a5ea491 Added enhanced physics and change default substepping options 05 November 2020, 13:25:04 UTC
f6da3d1 Minor formatting changes 05 November 2020, 13:25:04 UTC
f5e42c6 Updated script with performance benchmark and some minor things 05 November 2020, 13:25:04 UTC
301eb90 Changed default substepping parameters 05 November 2020, 13:25:04 UTC
1c08f65 Added warnings for substepping parameters. 05 November 2020, 13:25:04 UTC
95d27a5 Moved test script 05 November 2020, 13:25:04 UTC
e481df0 Minor name changes 05 November 2020, 13:25:04 UTC
0af4197 Added more output to the repetition counter 05 November 2020, 13:25:04 UTC
1c69f2a Added car-walker collision test 05 November 2020, 13:25:04 UTC
e3639a1 Minor improvements 05 November 2020, 13:25:04 UTC
65ea83e Small error fixed 05 November 2020, 13:25:04 UTC
37d0075 Improved the check of the simulations 05 November 2020, 13:25:04 UTC
25175e1 Added a script to test collisions 05 November 2020, 13:25:04 UTC
bbd3f4d Added substepping options in world options Now, we can modify the substepping in the client. TODO: Remove Logs 05 November 2020, 13:25:04 UTC
595cdd7 Updated content (black-listed folder name fixed) 04 November 2020, 07:59:28 UTC
5cb6488 Updated content 03 November 2020, 17:08:52 UTC
040fedb Removed Gils 03 November 2020, 12:05:56 UTC
4f1e1b2 Changed to a better name 02 November 2020, 16:53:54 UTC
a0a2c83 Updated TL and TS to be spawned on sublevels 02 November 2020, 16:53:54 UTC
8f1b401 Adding load control on sublevels (#3515) * Added MapLayer enum * Added Load/Unload layer functions * Added calls to register and tag objects on map change * Added missing file * Updated MapLayer to support more layers * Added calls to PythonAPI * Added default value * Moved CurrentMapLayer to GI * Updated manual_control with maplayer handling * Updated help * Updated Changelog * Fixed a missing `;` * Fixed LoadWorld() API so it works with old code * Added missing include for shipping builds * Fixed base enum type of MapLayer * Removed int number from layer output * Renamed variables * MapLayer converted to int32 and added generic enumToString function * MapLayer back to uint16 Co-authored-by: Marc Garcia Puig <marcgpuig@gmail.com> 02 November 2020, 10:22:49 UTC
7a14a53 Added missing break 30 October 2020, 20:58:55 UTC
34d857f Added prop position to recorder. 30 October 2020, 20:58:55 UTC
d132141 drawbuffer:fix compile error on windows 30 October 2020, 09:33:48 UTC
b1fe99b fix stuck in DrawBuffer at LocalizationStage 30 October 2020, 09:33:48 UTC
4abdd53 Character in 2Wheeled BB (#3471) * Vehicle BB calculation has been updated to include character in 2 wheeled vehicles. * Updated CHANGELOG.md 29 October 2020, 14:20:18 UTC
eccf75b Edited Windows.mk for directories with spaces Recently added BuildOSM2ODR.bat wasn't quoted, meaning it may not work properly with directories having spaces. Eg. Space between "My" and "PC" in C:/Users/My PC. This will lead to ignoring the BuildOSM2ODR.bat and ultimately inaccurate build. The issue is fixed in this commit. 28 October 2020, 10:36:37 UTC
b9518b1 Fixed check.sh smoke test python version 28 October 2020, 10:35:44 UTC
6d20f7d Updated requirements.txt with Pillow 27 October 2020, 16:22:02 UTC
4c4b5a6 Updated Changelog 27 October 2020, 16:22:02 UTC
1255def Added sync sensor transform smoke test 27 October 2020, 16:22:02 UTC
a53c697 Sync IMU transforms 27 October 2020, 16:22:02 UTC
d8b36e6 Fixed camera callback transform 27 October 2020, 16:22:02 UTC
311f509 Small example fixes 27 October 2020, 16:22:02 UTC
ad4fc6e Added lidar_to_camera.py 27 October 2020, 16:22:02 UTC
5e420b0 Filter sublevels and BaseMap in GetAvailableMaps 27 October 2020, 11:30:28 UTC
003e74f Raycasting (#3483) * Added raycasting and point projection capabilities to python api. * Added documentation of new functions. * Fixed missing .f on floats Co-authored-by: doterop <daniel.oterop@gmail.com> 26 October 2020, 10:13:35 UTC
52d7060 Remove TM's Traffic Light reset, and use the new one from World instead 26 October 2020, 08:07:58 UTC
d3f6133 osm-xodr conversion encoding correction (#3421) * open .osm with utf-8 encoding enabled As the .osm files are utf-8 encoded, it was raising errors while running the config.py script. Added the parameter `encoding='utf-8'` to solve it. * Update CHANGELOG.md Co-authored-by: Axel1092 <35765780+Axel1092@users.noreply.github.com> 23 October 2020, 08:11:34 UTC
a66906d Removes debug prints 21 October 2020, 09:47:23 UTC
4052fa4 Fixes vehicle elimination algorithm 21 October 2020, 09:47:23 UTC
7f6c2b3 Adding null checks in LocalizationStage::ExtendAndFindSafeSpace 21 October 2020, 09:47:03 UTC
a90956a sergi-e/tm-determinism-and-updates-docs (#3453) * New methods of the TM module * First iteration on determinism * Warning on sync mode for both world and TM in adv_synchrony_timestep.md and PythonAPI ref * Iteration on J review! * fixed broken link 20 October 2020, 16:32:20 UTC
530f56e Changed LaneType enum from unsigned to signed type 20 October 2020, 14:24:00 UTC
59e171a Fixed sorting lin ni gen_overview 20 October 2020, 12:42:25 UTC
a00a977 Fixed method sorting 20 October 2020, 12:42:25 UTC
0b63121 fix util/config.py's example usage's option string 20 October 2020, 12:42:02 UTC
4ad3080 fix link 20 October 2020, 12:42:02 UTC
6d7d632 Update on Python2/Python3 support. Fixed <contribute assets> title. Added a note on Windows OSM open method 20 October 2020, 12:41:41 UTC
fddf3c9 Update ad-rss-lib to 4.4.0 20 October 2020, 12:41:19 UTC
81a90f3 Added missing file 19 October 2020, 19:31:45 UTC
dbe7c2a Fixed tick activation 19 October 2020, 19:31:45 UTC
4fd68f7 Updated changelog 19 October 2020, 19:31:45 UTC
d40c47a Updated changelog 19 October 2020, 19:31:45 UTC
a0fc017 Removed BB on PythonAPI 19 October 2020, 19:31:45 UTC
2fbfda2 Renamed and added enable/disable call 19 October 2020, 19:31:45 UTC
ce31f3a Added GetBBsOfActor 19 October 2020, 19:31:45 UTC
8aedb57 Updated mesh with objectlabel 19 October 2020, 19:31:45 UTC
df6e6ee Renamed object to mesh 19 October 2020, 19:31:45 UTC
04da915 Objects are registered at the beginning of the level. 19 October 2020, 19:31:45 UTC
ccee43b Added GetObjects call to server-side 19 October 2020, 19:31:45 UTC
374995b Added CarlaObject and objects function. 19 October 2020, 19:31:45 UTC
97be57b Added comments 19 October 2020, 08:30:46 UTC
back to top