Skip to content

Commit

Permalink
Update sitl_multiple_run.sh (#21538)
Browse files Browse the repository at this point in the history
Edited line to account for the fact that the file has been moved one level deeper in the folder tree (the same edit should be made in the documentation https://docs.px4.io/main/en/simulation/multi_vehicle_jmavsim.html)
  • Loading branch information
gamberoillecito committed Jun 2, 2023
1 parent a52c0fd commit 99f6d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/simulation/sitl_multiple_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sitl_num=2
[ -n "$1" ] && sitl_num="$1"

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
src_path="$SCRIPT_DIR/.."
src_path="$SCRIPT_DIR/../../"

build_path=${src_path}/build/px4_sitl_default

Expand Down

0 comments on commit 99f6d41

Please sign in to comment.