Skip to content

Fix libpng (see carlagx's #9469 and berndgassmann's #9451).#9477

Merged
MarcelPiNacy-CVC merged 1 commit intoue4-devfrom
marcel/fix-libpng
Dec 10, 2025
Merged

Fix libpng (see carlagx's #9469 and berndgassmann's #9451).#9477
MarcelPiNacy-CVC merged 1 commit intoue4-devfrom
marcel/fix-libpng

Conversation

@MarcelPiNacy-CVC
Copy link
Copy Markdown
Contributor

@MarcelPiNacy-CVC MarcelPiNacy-CVC commented Dec 10, 2025

See PR title.


This change is Reviewable

@MarcelPiNacy-CVC MarcelPiNacy-CVC requested a review from a team as a code owner December 10, 2025 08:36
@update-docs
Copy link
Copy Markdown

update-docs bot commented Dec 10, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

@MarcelPiNacy-CVC MarcelPiNacy-CVC self-assigned this Dec 10, 2025
Copy link
Copy Markdown
Contributor

@PabloVD PabloVD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PabloVD reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @MarcelPiNacy-CVC)

@MarcelPiNacy-CVC MarcelPiNacy-CVC merged commit 35e2d5a into ue4-dev Dec 10, 2025
2 of 3 checks passed
@MarcelPiNacy-CVC MarcelPiNacy-CVC deleted the marcel/fix-libpng branch December 10, 2025 08:45
berndgassmann added a commit to Motor-Ai/carla-simulator-carla that referenced this pull request Jan 2, 2026
* Extend ROS2 support Step 2: Fine grained ServerSynchronization (carla-simulator#9450)

* Extend ROS2 support Step 2: Fine grained ServerSynchronization

Introduced a fine grained ServerSynchronization mechanism, where each
synchonization participant is treated independently and interacts
with the synchronization of the carla-server individually. If a client
is disconnected (or dies) the synchronization state of all participants
registered via that client are dropped, i.e. the server will continue
running in case the participants of that client were the only ones
demanding synchronous mode.

The synchronization interface provides means of a time window, up to
which the server is allowed to run. Like this, every client can prevent
the carla-server to run too fast depending on their individual speed.
There is no sync-master anymore. Every client decides for its own if
it requires synchronization or not.

Drawback of this change: some existing code might have to be changed
(see removal of synchronous_master in generate_traffic.py).

* Fix Windows build and smoke tests

Update RPC lib version for windows build

Ensure tick calls are ignored if sync mode is not active.
And prevent client changes of fixed_delta_seconds triggering warning
message.

* Client needs to wait for next tick

on non synchronous mode

* Fix libpng (see carlagx's carla-simulator#9469 and berndgassmann's carla-simulator#9451). (carla-simulator#9477)

* Fix issues with running the cosmos transfer server docker image due to outdate dependencies (carla-simulator#9456)

* fix dockerfile for changes to vllm and transformers (carla-simulator#229)

nvidia-cosmos/cosmos-transfer1#229
nvidia-cosmos/cosmos-transfer1#210

* fix for outdated packages, use new commit hash

* Fix docker error due to issues regarding the current working directory. (carla-simulator#9484)

---------

Co-authored-by: MarcelPiNacy-CVC <169088301+MarcelPiNacy-CVC@users.noreply.github.com>
Co-authored-by: 0graph <50416380+0graph@users.noreply.github.com>
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.

2 participants