Skip to content

Commit d6e0249

Browse files
Merge pull request #68 from ruben-arts/fix/remove_hardcoded_rmw_impl
fix: remove the hardcoded rmw implementation on darwin
2 parents f3e13bb + cea5b4f commit d6e0249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/activate.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
fi
1616

1717
case "$OSTYPE" in
18-
darwin*) export ROS_OS_OVERRIDE="conda:osx"; export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp";;
18+
darwin*) export ROS_OS_OVERRIDE="conda:osx";;
1919
linux*) export ROS_OS_OVERRIDE="conda:linux";;
2020
esac
2121

0 commit comments

Comments
 (0)