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 can configure your PATH (and the whole ROS environment) "manually". Try adding these lines to the end of your ~/.bashrc

source /opt/ros/hydro/setup.bash

export ROS_HOSTNAME=localhost

export ROS_MASTER_URI=http://localhost:11311

export ROS_PACKAGE_PATH=/opt/ros/hydro/stacks:/opt/ros/hydro/share

export EDITOR='gedit'

You can configure your PATH (and the whole ROS environment) "manually". Try adding these lines to the end of your ~/.bashrc

source /opt/ros/hydro/setup.bash

export ROS_HOSTNAME=localhost

export ROS_MASTER_URI=http://localhost:11311

export ROS_PACKAGE_PATH=/opt/ros/hydro/stacks:/opt/ros/hydro/shareROS_PACKAGE_PATH=/opt/ros/hydro/stacks:/opt/ros/hydro/share:/path/to/my/workspace

export EDITOR='gedit'