Skip to content

Commit a4627f9

Browse files
committed
specify gz-physics version
1 parent f99c972 commit a4627f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/ros-jazzy-binary-gz-harmonic-source-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sudo apt -y install $(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt'
100100
echo -e "\033[34mBuilding the project with colcon...\033[0m"
101101
cd /opt/gazebo || exit
102102
# 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
103+
MAKEFLAGS="-j2" colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-physics7
104104
# Full build
105105
colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install
106106

0 commit comments

Comments
 (0)