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

Revision history [back]

click to hide/show revision 1
initial version

You .bashrc probably contains set -u.

The proper fix would be to change the line in /opt/ros/electric/setup.sh:

export PYTHONPATH=${ROS_ROOT}/core/roslib/src:${PYTHONPATH}

to

export PYTHONPATH=${ROS_ROOT}/core/roslib/src:${PYTHONPATH-}

I would say that this is the intended behaviour.