Rename vcs repos file
This commit is contained in:
@@ -21,8 +21,8 @@ RUN apt-get update && \
|
|||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
### Import and install dependencies, then build these dependencies (not ign_moveit2_examples yet)
|
### 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
|
COPY ./drawing_robot_ros2.repos ${WS_SRC_DIR}/ign_moveit2_examples/drawing_robot_ros2.repos
|
||||||
RUN vcs import --shallow ${WS_SRC_DIR} < ${WS_SRC_DIR}/ign_moveit2_examples/ign_moveit2_examples.repos && \
|
RUN vcs import --recursive --shallow ${WS_SRC_DIR} < ${WS_SRC_DIR}/ign_moveit2_examples/drawing_robot_ros2.repos && \
|
||||||
rosdep update && \
|
rosdep update && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
rosdep install -y -r -i --rosdistro "${ROS_DISTRO}" --from-paths ${WS_SRC_DIR} && \
|
rosdep install -y -r -i --rosdistro "${ROS_DISTRO}" --from-paths ${WS_SRC_DIR} && \
|
||||||
|
|||||||
25
drawing_robot_ros2.repos
Normal file
25
drawing_robot_ros2.repos
Normal 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
|
||||||
Reference in New Issue
Block a user