Unsupported RMW implementation in ROS2
I am trying to build my overlay workspace with RTI Connext
. For that, I set the environment variable as export RMW_IMPLEMENTATION = rmw_connext_cpp
. While building the overlay workspace, I receive a build error as `
The RMW implementation has been specified as 'rmw_connext_cpp' through the
environment variable 'RMW_IMPLEMENTATION', however it is not in the list of
supported rmw implementations, which was specified when the
'rmw_implementation' package was built.
I was going through this documentation and thus tried to use the --force-cmake-configure
flag while building. But the same problem persists.
So I removed the build and the install folder and tried to build again but with the same error.
What am I doing wrong ?