Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert libgazebo11 workaround for CI #1750

Merged
merged 2 commits into from
May 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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