This repository is currently being migrated. It's locked while the migration is in progress.
File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 25
25
clang clang-format-10 clang-tidy clang-tools \
26
26
ccache && \
27
27
#
28
- # Build and install franka_description from https://github.com/frankaemika/franka_ros.git
29
- git clone --depth 1 --branch 0.6.0 https://github.com/frankaemika/franka_ros.git src/franka_ros && \
30
- mv src/franka_ros/franka_description src/ && rm -rf src/franka_ros && \
31
- catkin config --extend /opt/ros/noetic --install --install-space /opt/ros/noetic && \
32
- catkin build && \
33
- # Cleanup temporary workspace
34
- rm -rf logs build devel .catkin_tools && \
35
- #
36
28
# Download MoveIt source, so that we can fetch all necessary dependencies
37
29
wstool init --shallow src https://raw.githubusercontent.com/ros-planning/moveit/${ROS_DISTRO}-devel/moveit.rosinstall && \
38
30
#
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ WORKDIR $ROS_UNDERLAY/../src
12
12
RUN \
13
13
# Download moveit source so that we can get necessary dependencies
14
14
wstool init . https://raw.githubusercontent.com/ros-planning/moveit/${ROS_DISTRO}-devel/moveit.rosinstall && \
15
- # We only depend on franka_description (TODO: remove if released)
16
- git clone --depth 1 --branch 0.6.0 https://github.com/frankaemika/franka_ros.git src/franka_ros && \
17
- mv src/franka_ros/franka_description src/ && rm -rf src/franka_ros && \
18
15
#
19
16
# Update apt package list as cache is cleared in previous container
20
17
# Usually upgrading involves a few packages only (if container builds became out-of-sync)
You can’t perform that action at this time.
0 commit comments