Skip to content

Commit

Permalink
Fixing LED order test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorWalter committed Aug 20, 2024
1 parent f467dbc commit 472a16f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/blinking_sequences/test_assignment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1,0,0,0,1,1,0,0,0,0,0
1,0,0,0,0,0,0,0,1,1,0
1,0,1,1,0,0,0,0,0,0,0
1,0,0,0,0,0,1,1,0,0,0
1,0,0,0,0,0,0,0,1,1,0
1,0,0,0,1,1,0,0,0,0,0
2 changes: 1 addition & 1 deletion install/test_leds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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."
path_to_led_config=/opt/ros/noetic/share/uvdar_core/config/blinking_sequences/test_assignment.txt
path_to_led_config=$(rospack find uvdar_core)/config/blinking_sequences/test_assignment.txt
roslaunch uvdar_core led_manager.launch sequence_file:=$path_to_led_config 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
Expand Down

0 comments on commit 472a16f

Please sign in to comment.