Skip to content

Commit 58b75c8

Browse files
committed
Remove basler setup
1 parent 310d41d commit 58b75c8

2 files changed

Lines changed: 2 additions & 67 deletions

File tree

scripts/make_basler.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

scripts/setup.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,11 @@ setup_repo() {
4242
$HOME/.pixi/bin/pixi install
4343
}
4444

45-
setup_host() {
46-
echo "Setting up system dependencies not covered by pixi. This may require sudo rights. For non-Ubuntu systems, please install the required packages manually."
47-
if (( has_sudo )); then
48-
$meta_dir/scripts/make_basler.sh
49-
fi
50-
}
51-
5245
build_repository() {
5346
echo "Running full colcon build..."
5447
set +u
55-
$HOME/.pixi/bin/pixi run build
48+
49+
pixi run build
5650
}
5751

5852
has_sudo=0

0 commit comments

Comments
 (0)