Skip to content

Commit

Permalink
iox-eclipse-iceoryx#736 Run cyclonedds gateway example with intermedi…
Browse files Browse the repository at this point in the history
…ate branch on cyclonedds-cxx

Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Jul 19, 2021
1 parent 20c6451 commit f982f4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmake/cyclonedds/cyclonedds-cxx.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ project(cyclonedds-cxx-download NONE)

include(ExternalProject)
ExternalProject_Add(ext_cyclonedds_cxx
GIT_REPOSITORY https://github.com/eclipse-cyclonedds/cyclonedds-cxx.git
GIT_TAG idlcxx
GIT_REPOSITORY https://github.com/ApexAI/cyclonedds-cxx.git
GIT_TAG fix-sample-ref
SOURCE_DIR "${CMAKE_BINARY_DIR}/dependencies/cyclonedds-cxx/src"
BINARY_DIR "${CMAKE_BINARY_DIR}/dependencies/cyclonedds-cxx/build"
CONFIGURE_COMMAND ""
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_dds/examples/docker/publisher_node.entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ if [[ ! -f "$GATEWAY_CONF_PATH" ]]; then
[[services]]
service = "Radar"
instance = "FrontLeft"
event = "Counter"
event = "Object"
EOF
fi

/usr/bin/iox-roudi &
/usr/bin/iox-gw-iceoryx2dds &
/usr/bin/iox-cpp-publisher
/usr/bin/iox-cpp-publisher-untyped
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ services:
dockerfile: publisher_node.dockerfile
shm_size: '300M'
image: iceoryx-publisher-node:latest
networks:
networks:
- iceoryx-dds
subscriber-node:
build:
context: .
dockerfile: subscriber_node.dockerfile
shm_size: '300M'
image: iceoryx-subscriber-node:latest
networks:
networks:
- iceoryx-dds
networks:
iceoryx-dds:
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_dds/examples/docker/subscriber_node.entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ if [[ ! -f "$GATEWAY_CONF_PATH" ]]; then
[[services]]
service = "Radar"
instance = "FrontLeft"
event = "Counter"
event = "Object"
EOF
fi

/usr/bin/iox-roudi &
/usr/bin/iox-gw-dds2iceoryx &
/usr/bin/iox-cpp-subscriber
/usr/bin/iox-cpp-subscriber-untyped

0 comments on commit f982f4a

Please sign in to comment.