Skip to content

Commit

Permalink
Fix broken symlink for gzweb (#3585)
Browse files Browse the repository at this point in the history
to load world models
  • Loading branch information
ruffsl authored and SteveMacenski committed Jun 9, 2023
1 parent 5f9a044 commit 968b22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ RUN cd $GZWEB_WS && . /usr/share/gazebo/setup.sh && \
-mindepth 1 -maxdepth 2 -type d -name "models" | paste -s -d: -) && \
sed -i "s|var modelList =|var modelList = []; var oldModelList =|g" gz3d/src/gzgui.js && \
xvfb-run -s "-screen 0 1280x1024x24" ./deploy.sh -m local && \
ln -s http/client/assets http/client/assets/models && \
ln -s $GZWEB_WS/http/client/assets http/client/assets/models && \
ln -s $GZWEB_WS/http/client $ROOT_SRV/gzweb

# patch gzsever
Expand Down

0 comments on commit 968b22f

Please sign in to comment.