You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,10 @@ This stage is an Autoware Universe Sensing/Perception runtime container. It only
135
135
136
136
This stage installs the CUDA runtime environment and copies the binaries built in the `universe-sensing-perception-devel-cuda` stage.
137
137
138
+
### `universe-visualization`
139
+
140
+
This stage is a Autoware Universe Visualization runtime container. It only includes the dependencies given by `/rosdep-universe-visualization-exec-depend-packages.txt` and the binaries built in the `universe-visualization-devel` stage.
141
+
138
142
### `universe-localization-mapping-devel`
139
143
140
144
This stage installs the dependency packages based on `/rosdep-universe-localization-mapping-depend-packages.txt` and builds the packages under the following directories of `autoware.repos`:
@@ -187,6 +191,7 @@ Then it builds the remaining packages of `autoware.repos`:
187
191
-`universe/autoware.universe/launch`
188
192
-`universe/autoware.universe/simulator`
189
193
-`universe/autoware.universe/tools`
194
+
-`universe/autoware.universe/visualization`
190
195
-`vehicle`
191
196
192
197
This stage provides an all-in-one development container to Autoware developers. By running the host's source code with volume mounting, it allows for easy building and debugging of Autoware.
0 commit comments