Skip to content

Commit

Permalink
Apply needed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 20, 2024
1 parent 39f0be2 commit 9576141
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions builder/image-build-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ vcs import --input noetic.rosinstall ./src
echo "--- Resolve dependencies"
rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro $ROS_DISTRO -y --os=debian:bullseye --skip-keys="python3-catkin-pkg-modules libboost-thread python3-rosdep-modules"

echo "--- Apply patches"
wget https://github.com/ros/rosconsole/pull/58.patch
patch -p1 -d src/rosconsole < 58.patch

wget https://github.com/ros/ros_comm/pull/2353.patch
patch -p1 -d src/ros_comm < 2353.patch

echo "--- Build ROS"
# https://github.com/ros/catkin/issues/863#issuecomment-290392074
./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 9576141

Please sign in to comment.