* Tweak *.Build.cs files to read .def files instead of being configured by CMake.
* Add missing EOF.
* Minor fix.
* Fix PixelReader compile error and use copy instead of symlink for Includes & Libraries.def.
* Fix CarlaTools linker error.
* Activate ROS2 Build for
* Build works, but linking issues due cpp ABI differences
* Build with ROS2 working for make carlaUE4
* Implement ROS2 dynamic link
* Code clean: Remove comments and unused code
* Fixes regarding path names
* Extended functionallity of SensorSpawnerActor (#7198)
* Added the option to save IMU and GNSS data to Json. Also to attach the sensor into some actor on SensorSpawner
* Fix SceneCaptureSensor crash at spawn, disabling PhysTick for this classes.
* Fixing camera capture.
* UE5 ROS2: Deploy shared libraries
* Remove Configure.py duplicated function due merge
* Build Lib Carla with ROS2 just when ROS2 flag is ON.
* Antonio mata/wheel parent actor fixer (#7208)
* Editor utility actor made that reparented the wheel blueprint classes that had a null parent class with the "UChaosVehicleWheel"
* Tagger fixed
---------
Co-authored-by: Antonio Mata <artoniodev@gmail.com>
* If statement fixed
* ROS2: Prevent ros2 build crash when ros2 is installed in the system (#7212)
* Aaron/ue5/fixwarnings (#7215)
* Removing UEditorLibary::GetEditorWorld()
* Fixing more warnings
* Remove SavePackage deprecated function in ProceduralBuildingUtilities
* Fix Warnings in USDImporterWidget
* Remove levellibrary fromheader
* Antonio mata/blueprint parent class fixer (#7217)
* First pass of the Blueprint parent class fixer code
* Tweaked and commented the BlueprintParentClassDixer code
---------
Co-authored-by: Antonio Mata <artoniodev@gmail.com>
* UE5 Configure.py: Force boost toolset to clang16 (#7220)
* Check if clients are listening
* Remove steering wheel check and adding log information
* Adding error log information
* Change log condition
* Only correct DX data when client listening
* Debug Lidar sensor saving points to a xyz file
* Save lidar pointcloud data into a .ply file
* Modify how Lidar .ply files are stored to be the same as PythonAPI. Also, fix LineTerminator issue on linux.
* Removing comments and adding change trace method.
* Cleaning code.
* Adding WITH_EDITOR condition when saving data on Lidar. And removing unused variable.
* Rename CarlaUE4->CarlaUnreal
* More pending renames.
---------
Co-authored-by: xavisolesoft <xavisolesoft@gmail.com>
Co-authored-by: Jose <44341347+JoseM98@users.noreply.github.com>
Co-authored-by: ArtonioDev <124166696+ArtonioDev@users.noreply.github.com>
Co-authored-by: Antonio Mata <artoniodev@gmail.com>
Co-authored-by: PabloVD <pablo.villanueva.domingo@gmail.com>
Co-authored-by: Blyron <53337103+Blyron@users.noreply.github.com>
Co-authored-by: Aaron Samaniego <samaniegoaaron112@gmail.com>
Co-authored-by: Jose <josemartinez81998@gmail.com>
* libcarla-ros2-native.so build and install working.
* Fixes and add Carla.Build.cs
* ROS2Native build system implemented for CMake
* Add g++/gcc option and remove Build path reference from Carla.build.cs
* Auto add ros2 target when ros2 and server is enabled
* Remove ROS2 from client
* Fix build when ROS2 is disabled.
* Clean up space
* Fix will error with ROS2 enabled
* Remove macro collision ROS2