Skip to content

Commit

Permalink
add vision_opencv package
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Dec 26, 2023
1 parent f5a2012 commit 573d310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
sol_vendor,
tcp_sender,
usv_controller,
vision_opencv,
wamv_control,
wamv_description,
]
Expand Down
7 changes: 7 additions & 0 deletions ansible/roles/clone_packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
version: master
accept_hostkey: yes
tags: [perception]
- name: clone vision_opencv
git:
repo: https://github.com/OUXT-Polaris/vision_opencv.git
dest: "{{workspace_path}}/src/perception/vision_opencv"
version: feature/opencv_vendor
accept_hostkey: yes
tags: [perception]

# Planning Packages
- name : clone hermite_path_planner
Expand Down

0 comments on commit 573d310

Please sign in to comment.