We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be7c2b commit 13b44aaCopy full SHA for 13b44aa
extras/ros-jazzy-binary-gz-harmonic-source-install.sh
@@ -100,7 +100,7 @@ sudo apt -y install $(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt'
100
echo -e "\033[34mBuilding the project with colcon...\033[0m"
101
cd /opt/gazebo || exit
102
# Build gz-physics with limited cores to avoid memory issues
103
-MAKEFLAGS="-j2" colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-physics
+MAKEFLAGS="-j2" colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-physics7
104
# Full build
105
colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install
106
0 commit comments