Replies: 2 comments
-
|
Partially fixed in #5881. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@youtalk Which specific packages would you wish to move in/out of the Autoware Universe repository? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I discovered that the repositories under the
universe/externaldirectory inautoware.reposhave mutual dependencies on theautoware.universepackages. When there are mutual dependencies, rebuilding occurs more frequently, and package management cannot be performed independently.#5853 (comment)
Previously, with everyone’s cooperation, we almost resolved the issue where the
autoware.universe/commonpackages ware not functioning as a truly shared library. autowarefoundation/autoware_universe#8695This new issue is an extension of that.
To make
autoware.universeeasier to maintain, the following approach should generally be appropriate:externalrepositories side to remove the dependencies.autoware.universerepository.Beta Was this translation helpful? Give feedback.
All reactions