Skip to content

Commit

Permalink
export RMW_IMPLEMENTATION for osx due to RoboStack/ros-humble#32
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Dec 16, 2022
1 parent 0125b17 commit 9b19008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vinca/templates/activate.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ esac
export ROS_ETC_DIR=$CONDA_PREFIX/etc/ros
export AMENT_PREFIX_PATH=$CONDA_PREFIX

if [ "$OSTYPE" = "darwin*" ]; then
export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp"
fi

# Looks unnecessary for UNIX
# unset PYTHONHOME=

0 comments on commit 9b19008

Please sign in to comment.