Skip to content

Commit 593c4ca

Browse files
authored
Fix broken symlink for gzweb (#3585)
to load world models
1 parent 1fa4cb7 commit 593c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RUN cd $GZWEB_WS && . /usr/share/gazebo/setup.sh && \
194194
-mindepth 1 -maxdepth 2 -type d -name "models" | paste -s -d: -) && \
195195
sed -i "s|var modelList =|var modelList = []; var oldModelList =|g" gz3d/src/gzgui.js && \
196196
xvfb-run -s "-screen 0 1280x1024x24" ./deploy.sh -m local && \
197-
ln -s http/client/assets http/client/assets/models && \
197+
ln -s $GZWEB_WS/http/client/assets http/client/assets/models && \
198198
ln -s $GZWEB_WS/http/client $ROOT_SRV/gzweb
199199

200200
# patch gzsever

0 commit comments

Comments
 (0)