Autoware.Auto
|
|
Choosing a DDS vendor is usually as simple as changing the RMW_IMPLEMENTATION
environment variable. It can be set after building Autoware, as long as the respective rmw_*
packages are installed before building, because the software is built for all the available typesupports installed. The rmw layer loads a given rmw_*
implementation at runtime via the RMW_IMPLEMENTATION
variable, unless there's only one, in which case it shortcuts to the installed RMW implementation. The change can also be made more permanent by changing it in the ADE_DOCKER_RUN_ARGS
in the .aderc
file.
For more information about why one would want to use a different DDS vendor and which ones are available, see this ROS Index article. For more information about working with multiple middleware (DDS) implementations, see this ROS Index article.
The supported versions of each DDS implementation for a particular version of ROS are detailed in REP-2000.
Eclipse Cyclone DDS is the default DDS in ADE and required for integration with the SVL simulator :
FastDDS, formerly known as FastRTPS, is the default in ROS Dashing:
RTI Connext DDS is not installed in ADE by default, so one more step is needed:
GurumDDS is not installed in ADE by default, so one more step is needed: