mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 20:01:15 -05:00
update setup instructions to include --symlink-install
This commit is contained in:
@@ -383,7 +383,7 @@ check_prerequisites() {
|
|||||||
local missing=0
|
local missing=0
|
||||||
|
|
||||||
if [[ ! -f install/setup.bash ]]; then
|
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
|
missing=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user