sort by:
Revision Author Date Message Commit Date
c2a0231 Add variable and check if not zero to avoid divide by zero 13 October 2022, 10:02:42 UTC
38b0209 content version 11 October 2022, 20:29:17 UTC
dec92e6 Fixed collision detection 11 October 2022, 14:03:32 UTC
aeac45b Terramechanics and Vegetation fixes (#5820) * Added sparse map reprsentation * Added pytorch for terramechanics modules * Added saving loading particles in independent thread * Added blank space at the EOF * Added texture creation lambda * Moving function to component * Added input/output architecture for neural network * Filling heightmap with particles data. Adding Logging to debug * Updating Texture data at realtime * Connected 3 stages, using MPC Position to Update and Texture * Added square particle sampling. Added second model input/output scheme. Fixed start up crash. * Added new flags and fixes * Position to update not updating in material but yes in MPC * Fixed coordinate frame issues and crashes * Prepared to follow position in the 1st vehicle in map * Fixed height map alignment * Fixed large map and terrain tiles alignment * Fixed inputs for new model * Added scale factor * Fixed slow read write operations * Bug fixes * Removed debug output * Removed nvidia profinling marks * Preparing merge debug code removed, runtime working by rounding the loading data properly * Made pytorch optional module * Added TRACE_CPUPROFILER_EVENT_SCOPE to Update and UpdateTexture * Added optional pytorch conditions and macros * Removed static Path * fixed not finding skeletal blueprints in shipping builds * Fixed #ifdef clause. Added missing include. * Deformation on vehicle working. Ready to start optimisation * First optimsation done. Heightmap per Tile * Updated tiles'heightmap to make their size relative to texture and tilesize * Physics fixed. - Removed re-aplying forces all the time. - Removed collisions with the static meshes. * Fixed slow frames. Added functionality * Removed unecessary library links * Fixed pytorch link * Limited search to relevant tiles * Added parameter to modify torque and forces for nested bones. * Forgot to add file. * Added multithreaded particle search. Fixed cuda architectures compilation * removed old unused code * fix windows compilation * collisions now are applied from the closest point. added debug bools to enable more collisions and draw collision points. * Removed old code. * Fixed bug with distance less than zero. * Try to stabilize a bit * CHanged repulsion forces so that contacts end with equilibrium * Deformation plane added * Added missing resources * Updated particle movement update methods * Spawn on runtime deformation plane * Added cachemap lock when initializing a region * Added UHeightMapDataAsset to hold heightmap data * Changes to tile location computation and threaded structure * Added lock to prevent parallel intialization of tiles * Adding support for large texture * Fixed infinite loop * Removed unnecessary function, changed particle ordering * Disable Enable plane and Change path to create folder * Added debug options for particles, added fraction based displacement * Tried to round to have deterministic rounds in Coords calculations * Revert files * Fixes to enable UCustomTerrainPhysicsComponent to interact with ALargeMapManager * Now all foliages are spawned correctly. - SpringBasedVegetationComponent: Added the posibility to set bones as static. This static bones will use the OnCollisionEvent instead overlap events. - VegetationManager: Removed unnecessary variables. - VegetationManager: Now the FTileData supports multiple level loads for the same tile. - VegetationManager: Refactor the code. * Remove unnecessary logs * Resolve Conflict * Added Local tile displacement field * Removed Freeing CacheData * Fixes to enable UCustomTerrainPhysicsComponent to interact with ALargeMapManager * Added Local tile displacement field * Update Heightmaps * Mark for initial update generated tiles * Added soil component field and code clean up * Fix with the path for debug foliages. * Added flag to atenuate particle forces * Fix compilation in windows * Removing 'can rest' feature * Removed Tile being recreated losing tree references. * Fixing sleep * Check index is valid before accesing it preventing crash when loading tiles from files * Add debug position, add logging when removing and adding particles to zordered map, now only remove one element from multisets * Initialize tile's heightmap on the fly not read it from file * Fixed link errors * Added debug to location when not vehicle loaded. Taking Height from ZOrdered particles instead from tile local heightmap * Mitigation of vibration * Remove unused code * fixed white textures * Fixed Z spin in some situations * Multithread savemap and added more logging for debug purpouses * Removing non used code. Updating texture based on tiles position instead of cars position * Fixed terrain type flag not working * add checks for tile removing only with valid pointers. * Fixed map loading crash Co-authored-by: Aaron <samaniegoaaron112@gmail.com> Co-authored-by: LuisPoveda <lpoveda@cvc.uab.cat> Co-authored-by: bernatx <bernatx@gmail.com> 10 October 2022, 10:32:25 UTC
67d7da7 changelog 28 September 2022, 11:54:04 UTC
e9a7c32 Adding new attachment type 'SpringArmGhost' 28 September 2022, 11:54:04 UTC
89ba3f0 Luis/fix package (#5794) * fixed not finding skeletal blueprints in shipping builds * Physics fixed. - Removed re-aplying forces all the time. - Removed collisions with the static meshes. * Added parameter to modify torque and forces for nested bones. * Forgot to add file. * removed old unused code * fix windows compilation * collisions now are applied from the closest point. added debug bools to enable more collisions and draw collision points. * Removed old code. * Fixed bug with distance less than zero. * Try to stabilize a bit * CHanged repulsion forces so that contacts end with equilibrium * Now all foliages are spawned correctly. - SpringBasedVegetationComponent: Added the posibility to set bones as static. This static bones will use the OnCollisionEvent instead overlap events. - VegetationManager: Removed unnecessary variables. - VegetationManager: Now the FTileData supports multiple level loads for the same tile. - VegetationManager: Refactor the code. * Remove unnecessary logs * Resolve Conflict * Removed Freeing CacheData * Removing 'can rest' feature Co-authored-by: bernatx <bernatx@gmail.com> Co-authored-by: Axel <axellopez92@outlook.com> 28 September 2022, 11:53:43 UTC
0d9b05b Aaron/particlesheightmap (#5783) * Added sparse map reprsentation * Added pytorch for terramechanics modules * Added saving loading particles in independent thread * Added blank space at the EOF * Added texture creation lambda * Moving function to component * Added input/output architecture for neural network * Filling heightmap with particles data. Adding Logging to debug * Updating Texture data at realtime * Connected 3 stages, using MPC Position to Update and Texture * Added square particle sampling. Added second model input/output scheme. Fixed start up crash. * Added new flags and fixes * Position to update not updating in material but yes in MPC * Fixed coordinate frame issues and crashes * Prepared to follow position in the 1st vehicle in map * Fixed height map alignment * Fixed large map and terrain tiles alignment * Fixed inputs for new model * Added scale factor * Fixed slow read write operations * Bug fixes * Removed debug output * Removed nvidia profinling marks * Preparing merge debug code removed, runtime working by rounding the loading data properly * Made pytorch optional module * Added TRACE_CPUPROFILER_EVENT_SCOPE to Update and UpdateTexture * Added optional pytorch conditions and macros * Removed static Path * Fixed #ifdef clause. Added missing include. * Deformation on vehicle working. Ready to start optimisation * First optimsation done. Heightmap per Tile * Updated tiles'heightmap to make their size relative to texture and tilesize * Fixed slow frames. Added functionality * Removed unecessary library links * Fixed pytorch link * Limited search to relevant tiles * Added multithreaded particle search. Fixed cuda architectures compilation * Deformation plane added * Added missing resources * Updated particle movement update methods * Spawn on runtime deformation plane * Added cachemap lock when initializing a region * Added UHeightMapDataAsset to hold heightmap data * Changes to tile location computation and threaded structure * Added lock to prevent parallel intialization of tiles * Adding support for large texture * Fixed infinite loop * Removed unnecessary function, changed particle ordering * Disable Enable plane and Change path to create folder * Added debug options for particles, added fraction based displacement * Tried to round to have deterministic rounds in Coords calculations * Revert files Co-authored-by: Axel <axellopez92@outlook.com> 23 September 2022, 14:37:52 UTC
a6be1a6 Pytorch integration with terramechanics (#5684) * Added sparse map reprsentation * Added pytorch for terramechanics modules * Added saving loading particles in independent thread * Added blank space at the EOF * Added texture creation lambda * Moving function to component * Added input/output architecture for neural network * Filling heightmap with particles data. Adding Logging to debug * Updating Texture data at realtime * Connected 3 stages, using MPC Position to Update and Texture * Added square particle sampling. Added second model input/output scheme. Fixed start up crash. * Added new flags and fixes * Position to update not updating in material but yes in MPC * Fixed coordinate frame issues and crashes * Prepared to follow position in the 1st vehicle in map * Fixed height map alignment * Fixed large map and terrain tiles alignment * Fixed inputs for new model * Added scale factor * Fixed slow read write operations * Bug fixes * Removed debug output * Removed nvidia profinling marks * Preparing merge debug code removed, runtime working by rounding the loading data properly * Made pytorch optional module * Added TRACE_CPUPROFILER_EVENT_SCOPE to Update and UpdateTexture * Added optional pytorch conditions and macros * Removed static Path * Fixed #ifdef clause. Added missing include. * Deformation on vehicle working. Ready to start optimisation * First optimsation done. Heightmap per Tile * Updated tiles'heightmap to make their size relative to texture and tilesize * Fixed slow frames. Added functionality * Removed unecessary library links * Fixed pytorch link * Limited search to relevant tiles * Added multithreaded particle search. Fixed cuda architectures compilation * Deformation plane added * Added missing resources * Updated particle movement update methods * Spawn on runtime deformation plane * Added cachemap lock when initializing a region * Added UHeightMapDataAsset to hold heightmap data * Fixing some settings Co-authored-by: Aaron <samaniegoaaron112@gmail.com> Co-authored-by: bernatx <bernatx@gmail.com> 23 September 2022, 13:39:09 UTC
634066c content version and avoid large map test 16 September 2022, 14:45:40 UTC
df8be9a remove check 16 September 2022, 07:41:28 UTC
db1637a changelog 16 September 2022, 07:40:49 UTC
00882c6 Automatic spawn points are placed now at 0.5 over the road (instead of 3m) 16 September 2022, 07:40:49 UTC
dd20b23 content versions 05 September 2022, 12:33:21 UTC
e26d002 Fixed walker respawn in large maps 05 September 2022, 12:27:28 UTC
cebdcc1 Added folder to cook always with parked vehicles 04 September 2022, 21:04:34 UTC
122f96d Fix the static mesh factory 04 September 2022, 15:25:05 UTC
7c3fbee Fixed signal position when not aligned with the lane 04 September 2022, 15:13:02 UTC
db69a1a Added static signals 04 September 2022, 15:13:02 UTC
608d128 Fix traffic light bounding box issue. 04 September 2022, 15:12:36 UTC
9d99bb7 Fix compilation in Ubuntu 04 September 2022, 15:12:36 UTC
91430a3 Now the world position of the bounding box return the right rotation (it was applied twice) 04 September 2022, 15:12:36 UTC
27b9390 Make relative position for generated trigger boxes 04 September 2022, 15:12:36 UTC
8f8d0fd Removing some log 04 September 2022, 15:12:36 UTC
e032ae5 Return the merged result of all generated trigger boxes as the bounding box of the actor 04 September 2022, 15:12:36 UTC
9bb8f41 Aollero/river preset generator (#5650) * First steps on river generation * Region of interest base sckeleton * Vegetation ROIs back logic implementation * Region of interest for vegetation integrated into widget * Some more improvements in River generation * ROI selection clicking on preiew heightmap * ROIs visual preview selection and support for many Rois * Persistent widget state * Widget bugs fixed * Soil tab * Landscape smooth tool and widget init bug fixed * Weather tab finished and some river generation progress * Flatening tiles that contains rivers * Widget updates * Missing references * Deleted unnecessary assets * Some progresses on Rivers but not fully working * Terrain ROIs Widget adaptations * First steps on Terrain ROIs * Format fixed 30 August 2022, 15:14:07 UTC
5daeb4d adding structure for vehicle definition (managing parked vehicles) 29 August 2022, 09:57:22 UTC
0ef84b2 Updating wget when downloading fbxsdk 26 August 2022, 07:55:42 UTC
f1529a0 update numbers 26 August 2022, 07:53:57 UTC
71fa77d CHANGELOG updated 17 August 2022, 13:32:00 UTC
46089af Compute displacement direction when moving signals 17 August 2022, 13:32:00 UTC
e33c340 CHANGELOG 16 August 2022, 10:20:42 UTC
af5b233 Added offset detection and expose parameters 16 August 2022, 10:20:42 UTC
e8a2bd3 PR changes 01 August 2022, 13:14:19 UTC
bc4b633 Displace signals outside driving and shoulder lanes 01 August 2022, 13:14:19 UTC
9a5508e PR changes 29 July 2022, 08:33:22 UTC
be79ffd Changed enum to intenum 29 July 2022, 08:33:22 UTC
0a0b426 Safer intersection handling 29 July 2022, 08:33:22 UTC
4085965 new content version 28 July 2022, 09:32:43 UTC
cca9b6a Checking pointers 27 July 2022, 21:33:50 UTC
af0e257 changing log message 27 July 2022, 20:10:23 UTC
0fd9336 Fix syntax 27 July 2022, 17:19:53 UTC
27290eb Fixing vegetation foliage destruction 27 July 2022, 17:13:35 UTC
a918627 Switch tabs to spaces. 27 July 2022, 16:02:16 UTC
ad62c86 Minor fix. 27 July 2022, 16:02:16 UTC
78ab5b4 Add CheckWeatherPostProcessEffects. 27 July 2022, 16:02:16 UTC
89303a4 Add blendable check in NotifyWeather too. 27 July 2022, 16:02:16 UTC
dd7d785 Fix path error in Linux. 27 July 2022, 16:02:16 UTC
554f308 Remove UPROPERTY VisibleAnywhere 27 July 2022, 16:02:16 UTC
910450e Fixed issues when combining weather-related postprocess materials with non-rgb sensors. 27 July 2022, 16:02:16 UTC
93dddd0 Changing some logs 27 July 2022, 15:52:24 UTC
b4b1a27 Luis/enchance foliage (#5620) * improved performance, reducing the elements to check * clamp rotation and fix set max rotation angle * Fixed bug causing editor to crash. Reestructured VegetationSpawner. 50+ FPS now but without update UInstancedStaticMeshComponent. * Vehicle now is added to the vegetation manager in the begin play and removed in the endplay * renamed VegetationSpawner for VegetationManager and changed the interal architecture. Now looks for all tiles in the world and processes only the ones in use. Also the hidding of the foliage has been moved away to the material. * Added Reset for SpringBasedVegetationComponent * Fixed bug with coordinate when spawning for the same static mesh. 27 July 2022, 14:57:25 UTC
078cf0f Fixing first ticks of a sensor (#5616) * Stream is removed when the sensor is destroyed * Changing log_info to log_debug * changeslog * Changes to return some non-const objects * Changing from weak_ptr to shared_ptr for storing sessions * Split long line * Changing log priority of some messages * Make sure sensor is active when an user wants to use it (before it connects to it) * Change UE tasks to any task, and not from Game thread 25 July 2022, 13:32:29 UTC
5c4b37c Changing log priority of some messages 25 July 2022, 13:26:55 UTC
c5e03e5 Split long line 25 July 2022, 13:26:55 UTC
67d7df7 Changing from weak_ptr to shared_ptr for storing sessions 25 July 2022, 13:26:55 UTC
55854bf Changes to return some non-const objects 25 July 2022, 13:26:55 UTC
f97575b changeslog 25 July 2022, 13:26:55 UTC
c504e94 Changing log_info to log_debug 25 July 2022, 13:26:55 UTC
f10b83c Stream is removed when the sensor is destroyed 25 July 2022, 13:26:55 UTC
cb0ae25 Fixing compilation 25 July 2022, 11:02:00 UTC
3335c75 Secondary server listener is now closed (in editor it was still open) 25 July 2022, 11:02:00 UTC
3083c8e Fix to import into Carla content directly, instead of on a new package 22 July 2022, 14:14:44 UTC
5348c0e changelog 22 July 2022, 14:14:44 UTC
be2525f Fix decals when importing a map (was messing with other .json files) 22 July 2022, 14:14:44 UTC
411184f Fixed bug for 0 distance 22 July 2022, 13:21:28 UTC
81c8ab2 Revert manually changes 22 July 2022, 07:29:08 UTC
e7df4ea Removed whitespaces 22 July 2022, 07:29:08 UTC
b2bb32b Fixed global_percentage_speed_difference description 22 July 2022, 07:29:08 UTC
17585f4 CHANGELOG updated 22 July 2022, 07:29:08 UTC
6298937 Fixed parameter name 22 July 2022, 07:29:08 UTC
480c50e Added lane offset parameter 22 July 2022, 07:29:08 UTC
98bce2a More little changes 21 July 2022, 11:24:02 UTC
98752b3 Fix type of variable 21 July 2022, 11:24:02 UTC
e48a882 Fixes for compilation from Jenkins 21 July 2022, 11:24:02 UTC
f6d1bfb Undef the PI macro for non Unreal files 21 July 2022, 11:24:02 UTC
3595663 Fixing returning a copy 21 July 2022, 11:24:02 UTC
fc0765a Adding needed header files 21 July 2022, 11:24:02 UTC
76e96af Little fixes from review 21 July 2022, 11:24:02 UTC
feb5a57 changelog 21 July 2022, 11:24:02 UTC
a6ed1f9 Changing classes of sensors a little 21 July 2022, 11:24:02 UTC
2ff36db Removing the PixelReader2 21 July 2022, 11:24:02 UTC
a9a8e88 Add workaround for Vulkan fences that are not signaled in same frame 21 July 2022, 11:24:02 UTC
4ea2907 Set synchronous mode automatically in multi-gpu 21 July 2022, 11:24:02 UTC
9c9eda8 Multi GPU first version 21 July 2022, 11:24:02 UTC
0926da2 Docs preview (#5606) * add UE4 warning * fixed UE4 build warning * removed file * created inst seg tutorial * added instance segmentation image * added to index * fix * added menu entries * texture streaming tutorial * reorganised instance segmentation tutorial * texture tutorial revision * typos * typos * added PIL link * added tooltip * remove tooltip image * replace tooltip image * removed tooltip image * added tooltip image * replaced image * texture streaming tutorial update * started pedestrian bones tutorial * added image * updates * updates * added download link for skeleton.txt * fixed link * fixed link * completed pedestrian tutorial * small change * small fix * TM tutorial * added new gif * typo * finished TM tutorial * small edit * small edit * typo * pygame tutorial * added gif to pygame tutorial * corrected gif location * replaced manual_control.gif * typos * fixed pygame tutorial * import numpy * pedestrian tutorial corrections * corrected pedestrian bones tutorial * added actors and blueprints * indexed getting started tutorial * fixed links * index.md refactor * mkdocs.yml nav refactor * mkdocs.yml syntax error * main docs refactor * new documentation structure * content authoring tutorials * content authoring tutorial * content authoring * latest changes * vehicle authoring tutorial * finished vehicle content tutorial * finished vehicles tutorial * adjusted outline * finalise authoring tutorials * rearrange index.md * extended index.md * change mkdocs format * update jinja version * bounding box tutorial * fix stray files * remove changes in build.sh * proof read * guillermo's pr edits * bbox tutorial changes * guillermo's pr edits 1 * added modeling guidelines and blender add on * added COCO export format * added bounding boxes to tutorials * merged bounding box tutorial * added Ubuntu 20.04 installation commands * image updates * add empty menu item * added new maps authorship images Co-authored-by: germanros1987 <38517452+germanros1987@users.noreply.github.com> 20 July 2022, 16:16:27 UTC
c242104 Avoid notification of green-yellow state to TM vehicles 19 July 2022, 10:36:24 UTC
24e07a3 CHANGELOG 12 July 2022, 13:49:03 UTC
014fc19 Changed logs to debug mode 12 July 2022, 13:49:03 UTC
79e54af Removed static variable of SavePath 12 July 2022, 12:45:22 UTC
a8762db Add undef CreateDirectory to avoid Windows compile error 12 July 2022, 12:45:22 UTC
c0d2596 Adding missing header 12 July 2022, 12:45:22 UTC
1e232e6 Added blank space at the EOF 12 July 2022, 12:45:22 UTC
a9b313f Added saving loading particles in independent thread 12 July 2022, 12:45:22 UTC
8e9e53c Added sparse map reprsentation 12 July 2022, 12:45:22 UTC
754b6d7 Removed debug message 06 July 2022, 09:16:58 UTC
bf2815e Improved Python agent performance (#5555) * Improved agent performance * CHANGELOG 01 July 2022, 16:30:56 UTC
eef45bc Updated ContentVersion 01 July 2022, 08:53:48 UTC
10160da Fixed waypoint bug + new speed limits 01 July 2022, 08:53:48 UTC
e2cc3cc content version 22 June 2022, 21:57:13 UTC
back to top