Skip to content

Commit

Permalink
add docker_ros action
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphvK committed Jul 12, 2024
1 parent 150a1a3 commit a763a4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker_ros.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: docker-ros

on: push
jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/[email protected]
with:
base-image: rwthika/ros2:humble
command: ros2 launch yolov5_tc launch.py

0 comments on commit a763a4d

Please sign in to comment.