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

Revision history [back]

It sounds like setup.bash hasn't been sourced in the new terminal window. When you open a new window try executing this command:

source /opt/ros/hydro/setup.bash

I personally include that in my .bashrc file, which will do that automatically every time you open a new terminal, however some people don't like that approach.