Skip to content

Commit

Permalink
Revert libgazebo11 workaround for CI (#1750)
Browse files Browse the repository at this point in the history
* Revert libgazebo11 workaround

* Revert gazebo_ros_pkgs to main ros2 branch
  • Loading branch information
ruffsl authored May 18, 2020
1 parent 4e87ee0 commit 55edf58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ references:
rosdep install -q -y \
--from-paths src \
--ignore-src \
--skip-keys " \
gazebo11 \
libgazebo11-dev \
" \
--verbose | \
awk '$1 ~ /^resolution\:/' | \
awk -F'[][]' '{print $2}' | \
Expand Down
21 changes: 0 additions & 21 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ RUN apt-get update && apt-get install -q -y \
lcov \
&& rm -rf /var/lib/apt/lists/*

# TODO: clean up once libgazebo11-dev released into ros2 repo
# https://github.com/ros-infrastructure/reprepro-updater/pull/75
# https://github.com/ros/rosdistro/pull/24646
# setup keys
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
# setup sources.list
RUN . /etc/os-release \
&& echo "deb http://packages.osrfoundation.org/gazebo/$ID-stable `lsb_release -sc` main" > /etc/apt/sources.list.d/gazebo-latest.list
# install gazebo packages
RUN apt-get update && apt-get install -q -y --no-install-recommends \
libgazebo11-dev \
&& rm -rf /var/lib/apt/lists/*

# install underlay dependencies
ARG UNDERLAY_WS
WORKDIR $UNDERLAY_WS
Expand All @@ -63,10 +50,6 @@ RUN . /opt/ros/$ROS_DISTRO/setup.sh && \
apt-get update && rosdep install -q -y \
--from-paths src \
--ignore-src \
--skip-keys " \
gazebo11 \
libgazebo11-dev \
" \
&& rm -rf /var/lib/apt/lists/*

# build underlay source
Expand All @@ -92,10 +75,6 @@ RUN . $UNDERLAY_WS/install/setup.sh && \
--from-paths src \
$UNDERLAY_WS/src \
--ignore-src \
--skip-keys " \
gazebo11 \
libgazebo11-dev \
" \
&& rm -rf /var/lib/apt/lists/*

# build overlay source
Expand Down
5 changes: 1 addition & 4 deletions tools/ros2_dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ repositories:
ros-simulation/gazebo_ros_pkgs:
type: git
url: https://github.com/ros-simulation/gazebo_ros_pkgs.git
# TODO: Revert after support for Gazebo v11 is merged
# https://github.com/ros-simulation/gazebo_ros_pkgs/pull/1093
# version: ros2
version: gazebo11_foxy
version: ros2
ros-perception/image_common:
type: git
url: https://github.com/ros-perception/image_common.git
Expand Down

0 comments on commit 55edf58

Please sign in to comment.