Skip to content

Commit

Permalink
print help after container runs for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
3473f committed Sep 10, 2023
1 parent 6caa865 commit bdb01e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ros_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ set -e
# setup ros environment
source "/opt/ros/$ROS_DISTRO/setup.bash"
source "/colcon_ws/install/setup.bash"
exec "$@"
exec "$@"

# run help
ros2 autodoc -h

0 comments on commit bdb01e2

Please sign in to comment.