MOVE_AI/build.sh
Robofish a3e46741ab add
build ros
2026-03-07 23:36:41 +08:00

5 lines
112 B
Bash

source /opt/ros/humble/setup.bash
source ~/MOVE_AI/install/setup.bash
cmake -B build
make -C build/ -j $(nproc)