Skip to content

Commit

Permalink
fix bus error ros2/rcl#365
Browse files Browse the repository at this point in the history
  • Loading branch information
Stapelzeiger committed Jan 3, 2019
1 parent f1c2c3e commit db32d1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build/build_ros2_armhf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ cd src/ros2/tinyxml2_vendor
git checkout 0.4.0
cd -

# fix bus error https://github.com/ros2/rcl/pull/365
cd src/ros2/rcl
git reset --hard
curl https://patch-diff.githubusercontent.com/raw/ros2/rcl/pull/365.diff | git apply
cd -

touch \
src/ros-perception/laser_geometry/COLCON_IGNORE \
src/ros/resource_retriever/COLCON_IGNORE \
Expand Down

0 comments on commit db32d1a

Please sign in to comment.