Skip to content

Commit cea5b4f

Browse files
committed
fix: remove the hardcoded rmw implementation on darwin
1 parent aa102b2 commit cea5b4f

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)