mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-03-18 21:50:36 +01:00
5 lines
161 B
Bash
Executable File
5 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
MAKEFLAGS="-j1" colcon build --symlink-install --executor sequential --cmake-args -DBUILD_FOR_RPI=ON --no-warn-unused-cli
|
|
|
|
source install/setup.bash
|