We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51e64e commit f0d0fa5Copy full SHA for f0d0fa5
autonomy_core/map_plan/Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /root/map_plan_ws
12
COPY autonomy_core/map_plan/ src/
13
14
RUN catkin init && catkin config --extend /root/control_ws/devel
15
-# RUN vcs import --input src/external-repos.yaml src/
+RUN vcs import --input src/external-repos.yaml src/
16
RUN catkin build -j2 --no-status -DCMAKE_BUILD_TYPE=RelWithDebInfo
17
18
COPY autonomy_core/map_plan/docker/entrypoint.sh /entrypoint.sh
autonomy_core/map_plan/external-repos.yaml
@@ -0,0 +1,6 @@
1
+repositories:
2
+ kr_planning_msgs:
3
+ type: git
4
+ url: https://github.com/KumarRobotics/kr_planning_msgs.git
5
+ version: main
6
+
0 commit comments