Skip to content

Commit

Permalink
fix to add vsg libs to path (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huzaifg authored Mar 14, 2024
1 parent 0c8546d commit f260833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/snippets/chrono.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ RUN chown -R ${USERNAME}:${USERNAME} ${CHRONO_DIR} ${ROS_WORKSPACE_DIR}
# Update shell config
RUN echo ". ${ROS_WORKSPACE_DIR}/install/setup.sh" >> ${USERSHELLPROFILE} && \
echo "export PYTHONPATH=\$PYTHONPATH:${CHRONO_INSTALL_DIR}/share/chrono/python" >> ${USERSHELLPROFILE} && \
echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:${CHRONO_INSTALL_DIR}/lib:/opt/urdf/lib" >> ${USERSHELLPROFILE}
echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:${CHRONO_INSTALL_DIR}/lib:/opt/urdf/lib:/opt/vsg/lib" >> ${USERSHELLPROFILE}

0 comments on commit f260833

Please sign in to comment.