mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 15:33:46 +00:00
update
This commit is contained in:
parent
751a7e49dc
commit
3333da4737
@ -85,4 +85,4 @@ RUN source /bot_mini_ws/install/setup.bash \
|
||||
# Set up the entrypoint
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/bjoernellens1/cps_bot_mini_ws
|
||||
LABEL org.opencontainers.image.source=https://github.com/bjoernellens1/cps_loki
|
@ -9,14 +9,14 @@ echo "Sourced ROS 2 ${ROS_DISTRO}"
|
||||
if [ -f ${UNDERLAY_WS}/install/setup.bash ]
|
||||
then
|
||||
source ${UNDERLAY_WS}/install/setup.bash
|
||||
echo "Sourced CPS Bot Mini base workspace"
|
||||
echo "Sourced CPS Loki Base workspace"
|
||||
fi
|
||||
|
||||
# Source the overlay workspace, if built
|
||||
if [ -f /overlay_ws/install/setup.bash ]
|
||||
then
|
||||
source /overlay_ws/install/setup.bash
|
||||
echo "Sourced CPS BOt Mini Overlay workspace"
|
||||
echo "Sourced CPS Loki Overlay workspace"
|
||||
fi
|
||||
|
||||
# Execute the command passed into this entrypoint
|
||||
|
Loading…
Reference in New Issue
Block a user