Skip to content

Commit

Permalink
stop interface script before launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello Robot Inc committed May 23, 2024
1 parent 3f34265 commit c0990f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launch_interface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if getopts ":m:" opt && [[ $opt == "m" && -f $OPTARG ]]; then
fi

stretch_free_robot_process.py;
./stop_interface.sh
sudo udevadm control --reload-rules && sudo udevadm trigger
source /opt/ros/humble/setup.bash
source ~/ament_ws/install/setup.bash
Expand Down

0 comments on commit c0990f7

Please sign in to comment.