Skip to content

Commit f0d0fa5

Browse files
committed
Add kr_planning_msgs to Dockerfile build
1 parent c51e64e commit f0d0fa5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

autonomy_core/map_plan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /root/map_plan_ws
1212
COPY autonomy_core/map_plan/ src/
1313

1414
RUN catkin init && catkin config --extend /root/control_ws/devel
15-
# RUN vcs import --input src/external-repos.yaml src/
15+
RUN vcs import --input src/external-repos.yaml src/
1616
RUN catkin build -j2 --no-status -DCMAKE_BUILD_TYPE=RelWithDebInfo
1717

1818
COPY autonomy_core/map_plan/docker/entrypoint.sh /entrypoint.sh
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)