Rename vcs repos file

This commit is contained in:
2022-10-25 12:59:47 +03:00
parent d07a017603
commit f91e23a339
2 changed files with 27 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
### Import and install dependencies, then build these dependencies (not ign_moveit2_examples yet)
COPY ./ign_moveit2_examples.repos ${WS_SRC_DIR}/ign_moveit2_examples/ign_moveit2_examples.repos
RUN vcs import --shallow ${WS_SRC_DIR} < ${WS_SRC_DIR}/ign_moveit2_examples/ign_moveit2_examples.repos && \
COPY ./drawing_robot_ros2.repos ${WS_SRC_DIR}/ign_moveit2_examples/drawing_robot_ros2.repos
RUN vcs import --recursive --shallow ${WS_SRC_DIR} < ${WS_SRC_DIR}/ign_moveit2_examples/drawing_robot_ros2.repos && \
rosdep update && \
apt-get update && \
rosdep install -y -r -i --rosdistro "${ROS_DISTRO}" --from-paths ${WS_SRC_DIR} && \

25
drawing_robot_ros2.repos Normal file
View File

@@ -0,0 +1,25 @@
repositories:
pymoveit2:
type: git
url: https://github.com/AndrejOrsula/pymoveit2.git
version: master
panda_ign_moveit2:
type: git
url: https://github.com/AndrejOrsula/panda_ign_moveit2.git
version: master
ros_ign:
type: git
url: https://github.com/ignitionrobotics/ros_ign.git
version: galactic
ign_ros2_control:
type: git
url: https://github.com/AndrejOrsula/ign_ros2_control.git
version: devel
ros2_controllers:
type: git
url: https://github.com/AndrejOrsula/ros2_controllers.git
version: jtc_effort
xarm_ros2:
type: git
url: https://github.com/xArm-Developer/xarm_ros2
version: galactic