Skip to content

Commit 6220bba

Browse files
Merge pull request #38 from RoboStack/fix-foonathan
Fix foonathan issues
2 parents 0125b17 + 363e7f0 commit 6220bba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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";;
18+
darwin*) export ROS_OS_OVERRIDE="conda:osx"; export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp";;
1919
linux*) export ROS_OS_OVERRIDE="conda:linux";;
2020
esac
2121

vinca/templates/deactivate.sh.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ unset ROS_OS_OVERRIDE
1818
# unset QT_PLUGIN_PATH
1919
unset ROS_LOCALHOST_ONLY
2020
unset ament_python_executable
21+
unset RMW_IMPLEMENTATION

0 commit comments

Comments
 (0)