Skip to content

Commit

Permalink
Fix leo-start script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 26, 2020
1 parent 34cdd90 commit d6a4db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage3/03-leo-ros/files/scripts/leo-start
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [ "$INTERACTIVE" = true ]; then
else

if [ "$USE_ROSMON" = true ]; then
mkdir -p "/var/ros/log"
rosrun rosmon_core rosmon --name=rosmon \
--disable-ui --flush-stdout \
--log=/var/ros/log/rosmon.log --flush-log ${ROSMON_ARGS} ${LAUNCH_FILE} &
Expand Down

0 comments on commit d6a4db1

Please sign in to comment.