mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 03:41:17 -05:00
update setup instructions to include --symlink-install
This commit is contained in:
@@ -383,7 +383,7 @@ check_prerequisites() {
|
||||
local missing=0
|
||||
|
||||
if [[ ! -f install/setup.bash ]]; then
|
||||
fail "install/setup.bash not found; run 'colcon build' first"
|
||||
fail "install/setup.bash not found; run 'colcon build --symlink-install' first"
|
||||
missing=1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user