Skip to content

Commit

Permalink
Update entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpolzin committed Nov 28, 2023
1 parent c2d1f5d commit 808be70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
id -u ros &>/dev/null || adduser --quiet --disabled-password --gecos '' --uid ${UID:=1000} --uid ${GID:=1000} ros

source "/opt/ros/$ROS_DISTRO/setup.bash"
# source /colcon_ws/install/setup.bash
source /colcon_ws/install/setup.bash

exec "$@"

0 comments on commit 808be70

Please sign in to comment.