Skip to content

Commit

Permalink
added cyclonedds
Browse files Browse the repository at this point in the history
Signed-off-by: yamasaki <[email protected]>
  • Loading branch information
ymski committed Sep 19, 2023
1 parent a3c97cc commit 3ad02a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
- { role: ros-tracing, rosdistro: humble, tags: [ros-tracing], when: package_install == 'y' }
- { role: visualizer, tags: [visualizer], when: package_install == 'y' }
- { role: caret, rosdistro: humble, tags: [caret] }
- { role: cyclonedds, rosdistro: humble, tags: [cyclonedds] }
2 changes: 2 additions & 0 deletions ansible/roles/cyclonedds/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: cyclonedds (Disable description to hide symbols)
command: sed -i "s/^set_property(TARGET ddsc PROPERTY C_VISIBILITY_PRESET hidden)/\# &/" "{{ WORKSPACE_ROOT }}"/src/eclipse-cyclonedds/cyclonedds/src/core/CMakeLists.txt
4 changes: 4 additions & 0 deletions caret.repos
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ repositories:
type: git
url: https://github.com/tier4/caret_common.git
version: main
eclipse-cyclonedds/cyclonedds:
type: git
url: https://github.com/eclipse-cyclonedds/cyclonedds.git
version: releases/0.10.x

0 comments on commit 3ad02a0

Please sign in to comment.