Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Edit install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tordnat committed Mar 12, 2024
1 parent 2df569f commit 0b429ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
HRA_INSTALL_PATH="elevatorAlgorithm/hra/"
echo "Building project and moving hall_request_assigner to $HRA_INSTALL_PATH"

WORKING_DIR=$(pwd)

sudo chmod +x Project-resources/cost_fns/hall_request_assigner/build.sh
Project-resources/cost_fns/hall_request_assigner/build.sh
cd Project-resources/cost_fns/hall_request_assigner/
build.sh
cd $WORKING_DIR
sudo cp Project-resources/cost_fns/hall_request_assigner $HRA_INSTALL_PATH

0 comments on commit 0b429ed

Please sign in to comment.