ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Where does $ROS_DISTRO get set?

asked 2013-03-17 09:34:46 -0500

joq gravatar image

updated 2014-01-28 17:15:46 -0500

ngrennan gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-03-17 18:46:27 -0500

William gravatar image

updated 2013-03-17 18:49:39 -0500

ROS_DISTRO gets set by roslib:

https://github.com/ros/ros/blob/groovy-devel/core/roslib/env-hooks/10.ros.sh.em#L9

As catkin is ROS agnostic, the responsibility for setting all ROS related environment variables is isolated into environment hooks which live in roslib and are picked up by catkin. Therefore, a workspace without roslib in it will not produce ROS variables.

EDIT:

Sorry, I misread your question, ROS_DISTRO should getting set to hydro, but we have not update that line in the roslib version for hydro.

I opened a ticket about it here:

https://github.com/ros/ros/issues/10

I jumped to conclusions when I saw "empty workspace", my bad.

edit flag offensive delete link more

Comments

I figured it was something like that, but could not determine where it is getting set.

joq gravatar image joq  ( 2013-03-18 06:03:04 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-03-17 09:34:46 -0500

Seen: 4,192 times

Last updated: Mar 17 '13