]>
git.rmz.io Git - dotfiles.git/blob - zsh/functions/rosinit
5 local WORKSPACE
=~
/src
/ros
6 if [[ -f "/opt/ros/$ROS_DISTRO/setup.zsh" ]]; then
7 export ROS_OS_OVERRIDE
=arch
8 source /opt
/ros
/$ROS_DISTRO/setup.zsh
9 source $WORKSPACE/devel
/setup.zsh
10 export ROS_WORKSPACE
=$WORKSPACE
13 echo "ROS $ROS_DISTRO doesn't seem to be installed." >&2