Skip to content

Commit

Permalink
Fix broken symlink for gzweb (ros-navigation#3585)
Browse files Browse the repository at this point in the history
to load world models

Signed-off-by: enricosutera <enricosutera@outlook.com>
  • Loading branch information
ruffsl authored and enricosutera committed May 19, 2024
1 parent 9b9c3bc commit 80265ef
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 80265ef

Please sign in to comment.