Skip to content

Commit

Permalink
chore: run pkill when run evaluation (#26)
Browse files Browse the repository at this point in the history
* update pkill_all.sh

Signed-off-by: Autumn60 <[email protected]>

* call pkill_all.sh in run_evaluation.bash

Signed-off-by: Autumn60 <[email protected]>

---------

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 authored Sep 4, 2024
1 parent 130d37a commit 5d1e2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aichallenge/pkill_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pkill -9 AWSIM.x86_64
pkill -9 component_conta
pkill -9 dummy_objects_p
pkill -9 ekf_localizer
pkill -9 empty_objects_p
pkill -9 goal_pose_sette
Expand Down
3 changes: 3 additions & 0 deletions aichallenge/run_evaluation.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
AWSIM_DIRECTORY=/aichallenge/simulator/AWSIM

# Kill all processes
source /aichallenge/pkill_all.sh

# Move working directory
OUTPUT_DIRECTORY=$(date +%Y%m%d-%H%M%S)
cd /output || exit
Expand Down

0 comments on commit 5d1e2be

Please sign in to comment.