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

Me too I have some problem with roscd. In .bashrc I have this lines:* source /opt/ros/kinetic/setup.bash source ~/catkin_ws/devel/setup.bash source ~/tutorial_ws/devel/setup.bash But the command "roscd tutorial_ws" doesn't work (I have 2 workspaces catkin_ws and tutorial_ws).

Those are the commands and errors I get in the Terminal: *as@as-Inspiron-1545:~$ echo $ROS_PACKAGE_PATH /home/as/tutorial_ws/src:/opt/ros/kinetic/share as@as-Inspiron-1545:~$ roscd tutorial_ws roscd: No such package/stack 'tutorial_ws' as@as-Inspiron-1545:~$ roscd catkin_ws roscd: No such package/stack 'catkin_ws' as@as-Inspiron-1545:~$ * If anyone can clarify would be grateful.