Where does $ROS_DISTRO get set?
I followed the directions for creating an empty catkin workspace, only using hydro in place of groovy.
Most of my environment got set sensibly, except for $ROS_DISTRO:
$ env | grep ROS
ROS_ROOT=/opt/ros/hydro/share/ros
ROS_PACKAGE_PATH=/home/joq/ros/wet/test/src:/opt/ros/hydro/share:/opt/ros/hydro/stacks
ROS_MASTER_URI=http://vision-4.local:11311
ROSCONSOLE_CONFIG_FILE=/home/joq/.ros/config/rosconsole.config
ROS_WORKSPACE=/home/joq/ros/wet/test
ROS_TEST_RESULTS_DIR=/home/joq/ros/wet/test/build/test_results
ROS_EMAIL=jack.oquin@gmail.com
ROS_DISTRO=groovy
ROS_HOME=/home/joq/.ros
ROS_ETC_DIR=/opt/ros/hydro/etc/ros
I don't know what that breaks, but I suspect it's not good.
It's not getting set explicitly in my .bashrc. What should I do to work around this problem?