Skip to content

Commit

Permalink
Merge branch 'make_deb' of github.com:ctu-mrs/uvdar_core into make_deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed Feb 2, 2024
2 parents 05dc7a7 + 3a56c3a commit bbcbaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvdar_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if [[ $response_led =~ ^(y|Y)=$ ]]; then
echo "4 = /dev/MRS_MODULE4"
read -n 2 resp_module
echo "Starting with LED initialization on:/dev/MRS_MODULE$resp_module... This will take about 20 seconds."
roslaunch uvdar_core led_manager.launch sequence_file:=$HOME/$GIT_PATH/uvdar_core/config/blinking_sequences/test_assignment.txt portname:=/dev/MRS_MODULE$resp_module &> $tmp_file_LED_launch &
roslaunch uvdar_core led_manager.launch sequence_file:=$GIT_PATH/uvdar_core/config/blinking_sequences/test_assignment.txt portname:=/dev/MRS_MODULE$resp_module &> $tmp_file_LED_launch &
pid_led_manager=$!
sleep 5; rosservice call /$UAV_NAME/uvdar_led_manager_node/quick_start 0
sleep 2; rosservice call /$UAV_NAME/uvdar_led_manager_node/load_sequences
Expand Down

0 comments on commit bbcbaf4

Please sign in to comment.