Skip to content

Commit

Permalink
Remove requirements-build file
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Oct 11, 2024
1 parent 91325fc commit fcbb3da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ ENV USER_WORKSPACE=/home/$USERNAME/ws_angler
WORKDIR $USER_WORKSPACE
COPY --chown=$USER_UID:$USER_GID . src/angler

# Install the Python requirements that aren't available as rosdeps
RUN python3 -m pip install -r $(pwd)/src/angler/requirements-build.txt

# Install gstreamer
RUN sudo apt-get -q update \
&& sudo apt-get -q -y upgrade \
Expand Down
3 changes: 0 additions & 3 deletions requirements-build.txt

This file was deleted.

12 changes: 0 additions & 12 deletions sim.repos
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# Many of these dependencies should go away as they have bugs
# resolved and release Gazebo Garden dependencies.
repositories:

ros_gz:
type: git
url: https://github.com/gazebosim/ros_gz
version: ros2

gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin.git
version: gz-plugin2

gz_ros2_control:
type: git
url: https://github.com/evan-palmer/gz_ros2_control.git
version: patch-rolling-garden

0 comments on commit fcbb3da

Please sign in to comment.