Skip to content

Commit

Permalink
Add initial (not functional) Dockerfile and clean up github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Strøm <[email protected]>
  • Loading branch information
Christopher Strøm committed Jul 27, 2024
1 parent 7b59f33 commit 01731b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 183 deletions.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/ci.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .github/workflows/docker_release.yml

This file was deleted.

11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ros:humble_perception

WORKDIR /ros_ws

RUN mkdir -p /ros_ws/src

COPY . /ros_ws/src

RUN source /opt/ros/humble/setup.bash && cd /ros_ws && colcon build --merge-install

ENTRYPOINT["/bin/bash", "-c", "/ros_ws/src/vortex_sim_interface/run_sim.sh"]

0 comments on commit 01731b3

Please sign in to comment.