Skip to content

Commit

Permalink
Support Cyclone DDS (#107)
Browse files Browse the repository at this point in the history
I resolved <#104>.

- I add `cyclonedds` and `rmw_cyclonedds_cpp` to the dependency of
`kachaka_grpc_ros2_bridge`.
- I add `RMW_IMPLEMENTATION` to docker-compose.yaml.
  • Loading branch information
atinfinity committed Jul 29, 2024
1 parent 28540d3 commit ac13d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros2/kachaka_grpc_ros2_bridge/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<exec_depend>nav_msgs</exec_depend>
<exec_depend>kachaka_interfaces</exec_depend>
<exec_depend>kachaka_description</exec_depend>
<exec_depend>cyclonedds</exec_depend>
<exec_depend>rmw_cyclonedds_cpp</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>launch</test_depend>
Expand Down
5 changes: 5 additions & 0 deletions tools/ros2_bridge/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- ROS_DOMAIN_ID
- ROS_LOCALHOST_ONLY
- ROS_LOG_DIR=/tmp
- RMW_IMPLEMENTATION
- USER_ID
- GROUP_ID
user: "${USER_ID}:${GROUP_ID}"
Expand All @@ -25,6 +26,7 @@ services:
- ROS_DOMAIN_ID
- ROS_LOCALHOST_ONLY
- ROS_LOG_DIR=/tmp
- RMW_IMPLEMENTATION
- USER_ID
- GROUP_ID
user: "${USER_ID}:${GROUP_ID}"
Expand All @@ -39,6 +41,7 @@ services:
- ROS_DOMAIN_ID
- ROS_LOCALHOST_ONLY
- ROS_LOG_DIR=/tmp
- RMW_IMPLEMENTATION
- USER_ID
- GROUP_ID
user: "${USER_ID}:${GROUP_ID}"
Expand All @@ -53,6 +56,7 @@ services:
- ROS_DOMAIN_ID
- ROS_LOCALHOST_ONLY
- ROS_LOG_DIR=/tmp
- RMW_IMPLEMENTATION
- USER_ID
- GROUP_ID
user: "${USER_ID}:${GROUP_ID}"
Expand All @@ -67,6 +71,7 @@ services:
- ROS_DOMAIN_ID
- ROS_LOCALHOST_ONLY
- ROS_LOG_DIR=/tmp
- RMW_IMPLEMENTATION
- USER_ID
- GROUP_ID
user: "${USER_ID}:${GROUP_ID}"
Expand Down

0 comments on commit ac13d5e

Please sign in to comment.