ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ros2 dds implementations

asked 2020-04-13 15:31:32 -0500

broomstick gravatar image

The ROS2 eloquent installation instructions say the default DDS implementation is eProsima's Fast RTPS. Similarly, the instructions for installing a new DDS implementation state that eProsima's Fast RTPS is the only one bundled with ROS2.

However, in ros2_eloquent/src generated during a vanilla install, I find eclipse_cyclonedds.

The description of different DDS implementations doesn't list cyclonedds anywhere, but the vanilla installation of eloquent does include rmw_cyclonedds_cpp alongside rmw interfaces for the other DDS implementations.

I'm not very clear on the relationship, if any, between eProssima's Fast RTPS and eclipse's cyclonedds. I was under the impression that they are separate DDS implementations.

Is that accurate? I may be missing something pretty fundamental here... Or perhaps cyclonedds and its rmw interface is now sufficiently mature that it's bundled with eloquent, and I am just looking at outdated websites.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-04-14 03:52:04 -0500

gvdhoorn gravatar image

I'm not very clear on the relationship, if any, between eProssima's Fast RTPS and eclipse's cyclonedds.

Apart from the fact that they both implement (partially, in the case of Fast RTPS) the DDS standard, there is none.

I was under the impression that they are separate DDS implementations.

Exactly.

Is that accurate?

Yes.

I may be missing something pretty fundamental here... Or perhaps cyclonedds and its rmw interface is now sufficiently mature that it's bundled with eloquent, and I am just looking at outdated websites.

Fast RTPS is still the default -- afaik and on 2020-04-14.

It may help if you could describe how you've installed ROS 2? Are you installing binaries (ie: .debs from the ROS 2 repositories), or building from source?

edit flag offensive delete link more

Comments

This answers my question. My confusion came from the website saying only Fast RTPS was bundled with ROS2, so when I saw cyclone, I thought maybe it was some dependency of Fast RTPS.

I'm installing from source, using the .repos file and vcs to clone all the relevant repositories. Maybe the binary installation doesn't include cyclone. Anyway, you've cleared up my confusion.

Thanks.

broomstick gravatar image broomstick  ( 2020-04-14 03:57:03 -0500 )edit

Cyclone DDS was added to ros2.repos in ros2/ros2#787. The relevant REPs do not mention Cyclone, but it could be that they haven't been updated.

I expect @tfoote and/or @Dirk Thomas to be able to comment on this.

gvdhoorn gravatar image gvdhoorn  ( 2020-04-14 04:59:23 -0500 )edit
1
Dirk Thomas gravatar image Dirk Thomas  ( 2020-06-01 16:24:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-04-13 15:31:32 -0500

Seen: 458 times

Last updated: Apr 14 '20