Skip to content

Conversation

johanz9
Copy link

@johanz9 johanz9 commented Jul 27, 2025

Description

Plutovg is a vector graphics backend required by LunaSVG, which is used in your osm-world-renderer. Without properly linking it: The build failed at compile or link time.

Fixes #

Where has this been tested?

  • **Platform(s): LInux
  • **Python version(s):
  • **Unreal Engine version(s): UE4

Possible Drawbacks


This change is Reviewable

Blyron and others added 6 commits June 13, 2025 15:02
* Fix map names in smoke tests (carla-simulator#8945)

* Fix typo (carla-simulator#8941)

* Added Left Hand Traffic support (carla-simulator#8951)

* Swapped all the lane sign logic

* Fixed bug with lane sections + added debug

* Added LHT support for the map

* Added TM LHT support

* Changed to keep_slow_lane_percentage

* Added missing file

* Added TM docs

* Added RHT and LHT traffic lights

* Aded LHT logic to signal displacement

* Added is_rht docs

* Updating the RHT rule to send a warning for unexpected rules

* Added LHT docs

* Fixed issue with rule type

* Fixed bug with multisection lanes

---------

Co-authored-by: glopezdiest <[email protected]>

* avoid car aliasing due to a bad car reutilisation (carla-simulator#8960)

Co-authored-by: Ruben Abad <[email protected]>

* CI/CD Updates (carla-simulator#8972)

* Ensure xerces, sqlite and proj libraries are copied correctly on first build

* Windows: Update boost to 1.84.0

* Ubuntu: Update boost to 1.84.0

* Extend build python api to manylinux_2_31

* Update examples compiler to gcc9

* Updated content version

* Updated deploy script to add a summary output with the package uri

* Do not overwrite output summary output

* Updated release dockerfile to Ubuntu 20.04

---------

Co-authored-by: Joel Moriana <[email protected]>

* Added additional width to roads (carla-simulator#8975)

Co-authored-by: glopezdiest <[email protected]>

---------

Co-authored-by: joel-mb <[email protected]>
Co-authored-by: 王海东 <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: rubenabad <[email protected]>
Co-authored-by: Ruben Abad <[email protected]>
Co-authored-by: Joel Moriana <[email protected]>
* Fix map names in smoke tests (carla-simulator#8945)

* Fix typo (carla-simulator#8941)

* Added Left Hand Traffic support (carla-simulator#8951)

* Swapped all the lane sign logic

* Fixed bug with lane sections + added debug

* Added LHT support for the map

* Added TM LHT support

* Changed to keep_slow_lane_percentage

* Added missing file

* Added TM docs

* Added RHT and LHT traffic lights

* Aded LHT logic to signal displacement

* Added is_rht docs

* Updating the RHT rule to send a warning for unexpected rules

* Added LHT docs

* Fixed issue with rule type

* Fixed bug with multisection lanes

---------

Co-authored-by: glopezdiest <[email protected]>

* avoid car aliasing due to a bad car reutilisation (carla-simulator#8960)

Co-authored-by: Ruben Abad <[email protected]>

* CI/CD Updates (carla-simulator#8972)

* Ensure xerces, sqlite and proj libraries are copied correctly on first build

* Windows: Update boost to 1.84.0

* Ubuntu: Update boost to 1.84.0

* Extend build python api to manylinux_2_31

* Update examples compiler to gcc9

* Updated content version

* Updated deploy script to add a summary output with the package uri

* Do not overwrite output summary output

* Updated release dockerfile to Ubuntu 20.04

---------

Co-authored-by: Joel Moriana <[email protected]>

* Added additional width to roads (carla-simulator#8975)

Co-authored-by: glopezdiest <[email protected]>

* CARLA CI/CD Github Actions (carla-simulator#8973)

* Added first iteration CI/CD

* Fixed deploy summary output

* Disable windows workflow

* Allow manual dispatch for workflows (carla-simulator#8977)

* CI/CD Ubuntu Improvements (carla-simulator#8984)

* Added first iteration content workflow

* Added reusable workflow

* Use a specific map for c++ client example

* Fix workflows when triggered from external forks (carla-simulator#8987)

* Fixed `frame`, `timestamp` and `transform` of `SensorData` not matching to the actually sent image for camera sensors.

* First iteration Windows CI/CD

* Fix type aws secret

* [Feature] CARLA DevContainer & Docker Improvements – Ubuntu 22.04 (carla-simulator#8620)

* Update semantic labels (changed from version 0.9.13 -> 0.9.14)

* Add "Other" Label description in ref_sensors.md

* Revert "Add "Other" Label description in ref_sensors.md"

This reverts commit 3958e35.

* Revert "Update semantic labels (changed from version 0.9.13 -> 0.9.14)"

This reverts commit 6ee572e.

* Update Master URLS

* Update tuto_A_add_vehicle.md removed euw

* Update README.md

* Update README.md

* updated master README (carla-simulator#7204)

* ci: ignore pytho venv and build dir

* ci: docker integration for ubuntu22 devcontainer

* fix: comment out corrupted link (empty file)

* feat: support for GUI inside container

* feat: GUI container support, UE4 install

* feat: force carla scripts to use python3

* feat: monolitic carla image

* fix : delete temporary file

* feat: run carla in container with UE4 mounted from host

* feat: add support for mounted and on image ue4

* feat: move dockerfiles to follow carla conventions

* docs: rename ubuntu18 based dockerfile to CarlaLegacy to avoid confusion

* fix: use curl instead of wget for FBX SDK download

Updated the script to use curl instead of wget for downloading the FBX SDK, as the Autodesk server rejects wget requests with HTTP 403 errors. Added a Mozilla/5.0 user-agent to mimic browser behavior and ensure compatibility. This change resolves download issues and maintains the existing unpacking and build process.

* docs: remove docker reference at main README

* fix: explicitly pass the library paths

If you must use Unreal's Clang, explicitly pass the library paths (/usr/lib/x86_64-linux-gnu) to the linker. This ensures the linker can find libpthread.so.0, libicuuc.so.70, and liblzma.so.5.

* fix: remove progress=plain, it doesn't help with truncated output

* fix: workspace conflict for different images

* chores: clean-up dockerfiles

* fix: build requires recommended packages

* fix: rename workdir to match VS Code default mount dir name for devcontainers

* feat: add shortcut for --monolith argument

* docs: create documentation for devcontainer usage

* chore: cleanup devcontainer file

* fix: add unzip, missing after merge ue4-dev

* chore: remove unecessary file ignore

* chore: include back shipping targets

* fix: refence to default branch not custon branch

* fix: add unzip for devcontiner, missing dependency for make package

* Update CHANGELOG.md

* feat: improve readability, remove devcontainer.json and clean and update documentation (carla-simulator#4)

Fixes an issue where containers would start in the right directory instead of the expected /workspaces/<REPO_NAME>. This would case trouble when launching from devcontainer.json

---------

Co-authored-by: Gerhard Dorn <[email protected]>
Co-authored-by: Blyron <[email protected]>
Co-authored-by: Aaron <[email protected]>
Co-authored-by: MattRoweEAIF <[email protected]>

* Renamed workflows to include unreal engine version

* Removed jenkins file

* Fix type

* [CI/CD] UE4 Release workflow (carla-simulator#9020)

* Get release version from branch name

* Fixed get git repository version

* Added release workflow

* Fix test client for release workflow

* Fix version deploy windows version

---------

Co-authored-by: Joel Moriana <[email protected]>

* The LABEL_COLORS have been updated. (carla-simulator#8926)

* ue4-dev fix the --monolith flag for run_container.sh script (carla-simulator#9009)

* Create carla-ue4-monolith.sh

* Rename carla-ue4-monolith.sh to carla-ue4-monolith.dockerfile

* updated repository to clone to official carla repository

* Add the SimReady Converter Plugins from commit 44d61420

* Ignore whitespace when applying the material patches, update CHANGELOG and README

* Avoid modifying config files, these settings are unnecessary

* Add --no-simready flag to BuildCarlaUE4.bat|sh to disable the plugin

* Add some quick documentation for material conversion and the export commandlet

* Update build_linux.md

1. Updated the Unreal Engine cloning with Oauth2 with github personal access token. 

2. Using `make -j<N>` causes the build to fail, added a warning about it.

* Add NVIDIA Neural Reconstruction Engine (NuRec) integration

Integrate NVIDIA Neural Reconstruction API with CARLA to use
pre-trained neural reconstructions from NVIDIA for high-fidelity
camera simulation. This allows developers to load reconstructed
real-world scenes and render camera data from them.

Key components:
- NuRec gRPC API integration for data exchange with NuRec container
- Installer script for setup with curated datasets
- Support for NVIDIA Physical AI Dataset for Autonomous Vehicles
- Three example replay scripts:
  * Multi-camera replay with Pygame visualization
  * Custom camera parameter configuration
  * Image capture and export functionality
- Documentation with setup and usage instructions

This integration enables developers to simulate camera sensors in
realistic environments using NVIDIA's pre-trained neural scene
reconstructions for autonomous driving system testing.

* Execute only python api unit tests

* Updated NuRec image path to public location (carla-simulator#9048)

---------

Co-authored-by: joel-mb <[email protected]>
Co-authored-by: 王海东 <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: rubenabad <[email protected]>
Co-authored-by: Ruben Abad <[email protected]>
Co-authored-by: Joel Moriana <[email protected]>
Co-authored-by: Thies de Graaff <[email protected]>
Co-authored-by: Julio Castillo <[email protected]>
Co-authored-by: Gerhard Dorn <[email protected]>
Co-authored-by: MattRoweEAIF <[email protected]>
Co-authored-by: donghaiwang <[email protected]>
Co-authored-by: Minhaj Ahmad <[email protected]>
Co-authored-by: 0graph <[email protected]>
Co-authored-by: Lou Rohan <[email protected]>
Co-authored-by: Max Apodaca <[email protected]>
* Fix map names in smoke tests (carla-simulator#8945)

* Fix typo (carla-simulator#8941)

* Added Left Hand Traffic support (carla-simulator#8951)

* Swapped all the lane sign logic

* Fixed bug with lane sections + added debug

* Added LHT support for the map

* Added TM LHT support

* Changed to keep_slow_lane_percentage

* Added missing file

* Added TM docs

* Added RHT and LHT traffic lights

* Aded LHT logic to signal displacement

* Added is_rht docs

* Updating the RHT rule to send a warning for unexpected rules

* Added LHT docs

* Fixed issue with rule type

* Fixed bug with multisection lanes

---------

Co-authored-by: glopezdiest <[email protected]>

* avoid car aliasing due to a bad car reutilisation (carla-simulator#8960)

Co-authored-by: Ruben Abad <[email protected]>

* CI/CD Updates (carla-simulator#8972)

* Ensure xerces, sqlite and proj libraries are copied correctly on first build

* Windows: Update boost to 1.84.0

* Ubuntu: Update boost to 1.84.0

* Extend build python api to manylinux_2_31

* Update examples compiler to gcc9

* Updated content version

* Updated deploy script to add a summary output with the package uri

* Do not overwrite output summary output

* Updated release dockerfile to Ubuntu 20.04

---------

Co-authored-by: Joel Moriana <[email protected]>

* Added additional width to roads (carla-simulator#8975)

Co-authored-by: glopezdiest <[email protected]>

* CARLA CI/CD Github Actions (carla-simulator#8973)

* Added first iteration CI/CD

* Fixed deploy summary output

* Disable windows workflow

* Allow manual dispatch for workflows (carla-simulator#8977)

* CI/CD Ubuntu Improvements (carla-simulator#8984)

* Added first iteration content workflow

* Added reusable workflow

* Use a specific map for c++ client example

* Fix workflows when triggered from external forks (carla-simulator#8987)

* Fixed `frame`, `timestamp` and `transform` of `SensorData` not matching to the actually sent image for camera sensors.

* First iteration Windows CI/CD

* Fix type aws secret

* [Feature] CARLA DevContainer & Docker Improvements – Ubuntu 22.04 (carla-simulator#8620)

* Update semantic labels (changed from version 0.9.13 -> 0.9.14)

* Add "Other" Label description in ref_sensors.md

* Revert "Add "Other" Label description in ref_sensors.md"

This reverts commit 3958e35.

* Revert "Update semantic labels (changed from version 0.9.13 -> 0.9.14)"

This reverts commit 6ee572e.

* Update Master URLS

* Update tuto_A_add_vehicle.md removed euw

* Update README.md

* Update README.md

* updated master README (carla-simulator#7204)

* ci: ignore pytho venv and build dir

* ci: docker integration for ubuntu22 devcontainer

* fix: comment out corrupted link (empty file)

* feat: support for GUI inside container

* feat: GUI container support, UE4 install

* feat: force carla scripts to use python3

* feat: monolitic carla image

* fix : delete temporary file

* feat: run carla in container with UE4 mounted from host

* feat: add support for mounted and on image ue4

* feat: move dockerfiles to follow carla conventions

* docs: rename ubuntu18 based dockerfile to CarlaLegacy to avoid confusion

* fix: use curl instead of wget for FBX SDK download

Updated the script to use curl instead of wget for downloading the FBX SDK, as the Autodesk server rejects wget requests with HTTP 403 errors. Added a Mozilla/5.0 user-agent to mimic browser behavior and ensure compatibility. This change resolves download issues and maintains the existing unpacking and build process.

* docs: remove docker reference at main README

* fix: explicitly pass the library paths

If you must use Unreal's Clang, explicitly pass the library paths (/usr/lib/x86_64-linux-gnu) to the linker. This ensures the linker can find libpthread.so.0, libicuuc.so.70, and liblzma.so.5.

* fix: remove progress=plain, it doesn't help with truncated output

* fix: workspace conflict for different images

* chores: clean-up dockerfiles

* fix: build requires recommended packages

* fix: rename workdir to match VS Code default mount dir name for devcontainers

* feat: add shortcut for --monolith argument

* docs: create documentation for devcontainer usage

* chore: cleanup devcontainer file

* fix: add unzip, missing after merge ue4-dev

* chore: remove unecessary file ignore

* chore: include back shipping targets

* fix: refence to default branch not custon branch

* fix: add unzip for devcontiner, missing dependency for make package

* Update CHANGELOG.md

* feat: improve readability, remove devcontainer.json and clean and update documentation (carla-simulator#4)

Fixes an issue where containers would start in the right directory instead of the expected /workspaces/<REPO_NAME>. This would case trouble when launching from devcontainer.json

---------

Co-authored-by: Gerhard Dorn <[email protected]>
Co-authored-by: Blyron <[email protected]>
Co-authored-by: Aaron <[email protected]>
Co-authored-by: MattRoweEAIF <[email protected]>

* Renamed workflows to include unreal engine version

* Removed jenkins file

* Fix type

* [CI/CD] UE4 Release workflow (carla-simulator#9020)

* Get release version from branch name

* Fixed get git repository version

* Added release workflow

* Fix test client for release workflow

* Fix version deploy windows version

---------

Co-authored-by: Joel Moriana <[email protected]>

* The LABEL_COLORS have been updated. (carla-simulator#8926)

* ue4-dev fix the --monolith flag for run_container.sh script (carla-simulator#9009)

* Create carla-ue4-monolith.sh

* Rename carla-ue4-monolith.sh to carla-ue4-monolith.dockerfile

* updated repository to clone to official carla repository

* Add the SimReady Converter Plugins from commit 44d61420

* Ignore whitespace when applying the material patches, update CHANGELOG and README

* Avoid modifying config files, these settings are unnecessary

* Add --no-simready flag to BuildCarlaUE4.bat|sh to disable the plugin

* Add some quick documentation for material conversion and the export commandlet

* Update build_linux.md

1. Updated the Unreal Engine cloning with Oauth2 with github personal access token. 

2. Using `make -j<N>` causes the build to fail, added a warning about it.

* Add NVIDIA Neural Reconstruction Engine (NuRec) integration

Integrate NVIDIA Neural Reconstruction API with CARLA to use
pre-trained neural reconstructions from NVIDIA for high-fidelity
camera simulation. This allows developers to load reconstructed
real-world scenes and render camera data from them.

Key components:
- NuRec gRPC API integration for data exchange with NuRec container
- Installer script for setup with curated datasets
- Support for NVIDIA Physical AI Dataset for Autonomous Vehicles
- Three example replay scripts:
  * Multi-camera replay with Pygame visualization
  * Custom camera parameter configuration
  * Image capture and export functionality
- Documentation with setup and usage instructions

This integration enables developers to simulate camera sensors in
realistic environments using NVIDIA's pre-trained neural scene
reconstructions for autonomous driving system testing.

* Execute only python api unit tests

* Updated NuRec image path to public location (carla-simulator#9048)

* Fixed some NuRec docs paths and added folder to package (carla-simulator#9050)

* Fixed Docs paths and added folder to package

* Moved line

* Added Windows folder

---------

Co-authored-by: glopezdiest <[email protected]>

---------

Co-authored-by: joel-mb <[email protected]>
Co-authored-by: 王海东 <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: glopezdiest <[email protected]>
Co-authored-by: rubenabad <[email protected]>
Co-authored-by: Ruben Abad <[email protected]>
Co-authored-by: Joel Moriana <[email protected]>
Co-authored-by: Thies de Graaff <[email protected]>
Co-authored-by: Julio Castillo <[email protected]>
Co-authored-by: Gerhard Dorn <[email protected]>
Co-authored-by: MattRoweEAIF <[email protected]>
Co-authored-by: donghaiwang <[email protected]>
Co-authored-by: Minhaj Ahmad <[email protected]>
Co-authored-by: 0graph <[email protected]>
Co-authored-by: Lou Rohan <[email protected]>
Co-authored-by: Max Apodaca <[email protected]>
@johanz9 johanz9 requested a review from a team as a code owner July 27, 2025 10:16
@Blyron Blyron changed the base branch from ue5-dev to ue4-dev July 27, 2025 10:43
@Blyron
Copy link
Contributor

Blyron commented Jul 27, 2025

Please solves issues and point to the right Branch when opening PR

@johanz9 johanz9 marked this pull request as draft July 27, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants