Skip to content

Commit

Permalink
Minor AgentAquatics script updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 2361cee commit 24e72d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions missions/AgentAquaticus/launch_pair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fi
# Part 2: Launching herons
#-------------------------------------------------------
if [[ -z $NO_HERON ]]; then
echo "Launching heron vehicles..."
cd ./heron
# Launch a red agent
./launch_heron.sh red agent 11 --behavior=ATTACK --color=orange $TIME_WARP > /dev/null &
Expand All @@ -55,6 +56,7 @@ fi
# Part 3: Launching shoreside
#-------------------------------------------------------
if [[ -z $NO_SHORESIDE ]]; then
echo "Launching shoreside..."
cd ./shoreside
./launch_shoreside.sh $TIME_WARP >& /dev/null &
cd ..
Expand All @@ -63,6 +65,7 @@ fi
#-------------------------------------------------------
# Part 4: Launching uMAC
#-------------------------------------------------------
sleep 1
uMAC shoreside/targ_shoreside.moos

#-------------------------------------------------------
Expand Down

0 comments on commit 24e72d3

Please sign in to comment.