Skip to content

Commit

Permalink
change emitter to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 16, 2024
1 parent 4772a7d commit 76212b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ if [ ${rover_id} -eq 1 ]; then
elif [ ${rover_id} -eq 2 ]; then
#config=${repo_root}/spf/rover_configs/rover_emitter_config_pi.yaml
config=${repo_root}/spf/rover_configs/rover_single_receiver_config_pi.yaml
routine=center
elif [ ${rover_id} -eq 3 ]; then
routine=circle
elif [ ${rover_id} -eq 3 ]; then
routine=center
config=${repo_root}/spf/rover_configs/rover_receiver_config_pi.yaml
else
echo Invalid rover_id
Expand Down

0 comments on commit 76212b2

Please sign in to comment.