diff --git a/vinca/templates/activate.sh.in b/vinca/templates/activate.sh.in index aece970..4a35f58 100644 --- a/vinca/templates/activate.sh.in +++ b/vinca/templates/activate.sh.in @@ -15,7 +15,7 @@ else fi case "$OSTYPE" in - darwin*) export ROS_OS_OVERRIDE="conda:osx"; export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp";; + darwin*) export ROS_OS_OVERRIDE="conda:osx";; linux*) export ROS_OS_OVERRIDE="conda:linux";; esac