Skip to content

Fix docker error regarding current working directory.#9484

Merged
LuisPovedaCano merged 1 commit intoue4-devfrom
marcel/minor-cosmos-fix
Dec 16, 2025
Merged

Fix docker error regarding current working directory.#9484
LuisPovedaCano merged 1 commit intoue4-devfrom
marcel/minor-cosmos-fix

Conversation

@MarcelPiNacy-CVC
Copy link
Copy Markdown
Contributor

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

Fixes #

Docker fails to see DockerFile.server due to incorrect WD.

Where has this been tested?

  • Platform(s): Ubuntu
  • Python version(s): 3.12
  • Unreal Engine version(s): UE4.26

Possible Drawbacks

N/A


This change is Reviewable

@MarcelPiNacy-CVC MarcelPiNacy-CVC requested a review from a team as a code owner December 15, 2025 17:00
@MarcelPiNacy-CVC MarcelPiNacy-CVC changed the base branch from ue5-dev to ue4-dev December 15, 2025 17:01
@MarcelPiNacy-CVC MarcelPiNacy-CVC self-assigned this Dec 16, 2025
@LuisPovedaCano LuisPovedaCano merged commit 3cfbfc0 into ue4-dev Dec 16, 2025
@MarcelPiNacy-CVC MarcelPiNacy-CVC deleted the marcel/minor-cosmos-fix branch December 16, 2025 15:50
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