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 f3e13bb + cea5b4f commit d6e0249Copy full SHA for d6e0249
1 file changed
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"; export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp";;
+ darwin*) export ROS_OS_OVERRIDE="conda:osx";;
19
linux*) export ROS_OS_OVERRIDE="conda:linux";;
20
esac
21
0 commit comments