We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0125b17 + 363e7f0 commit 6220bbaCopy full SHA for 6220bba
vinca/templates/activate.sh.in
@@ -15,7 +15,7 @@ else
15
fi
16
17
case "$OSTYPE" in
18
- darwin*) export ROS_OS_OVERRIDE="conda:osx";;
+ darwin*) export ROS_OS_OVERRIDE="conda:osx"; export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp";;
19
linux*) export ROS_OS_OVERRIDE="conda:linux";;
20
esac
21
vinca/templates/deactivate.sh.in
@@ -18,3 +18,4 @@ unset ROS_OS_OVERRIDE
# unset QT_PLUGIN_PATH
unset ROS_LOCALHOST_ONLY
unset ament_python_executable
+unset RMW_IMPLEMENTATION
0 commit comments