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

To Solve This Problem :

roscd beginner_tutorials

roscd: No such package/stack 'beginner_tutorials'

Simply go to the command terminal and type in : sudo gedit ~/.bashrc .

Go to the end of the list and add : source /home/Your_Path_name/catkin_ws/devel/setup.bash

Close and Save.

Go to Command line again and type source ~/.bashrc .

Run again roscd and Voila! :)

To Solve This Problem :

roscd beginner_tutorials

roscd: No such package/stack 'beginner_tutorials'

Simply go to the command terminal and type in : sudo gedit ~/.bashrc .

Go to the end of the list and add : source /home/Your_Path_name/catkin_ws/devel/setup.bash

Close and Save.

Go to Command line again and type source ~/.bashrc .

Run again roscd and Voila! Viola! :)

click to hide/show revision 3
No.3 Revision

To Solve This Problem :

roscd beginner_tutorials

beginner_tutorials

roscd: No such package/stack 'beginner_tutorials'

'beginner_tutorials'

Simply go to the command terminal and type in :

sudo gedit ~/.bashrc .

~/.bashrc

Go to the end of the list and add :

source /home/Your_Path_name/catkin_ws/devel/setup.bash 

/home/Your_Path_name/catkin_ws/devel/setup.bash

Close and Save.

Go to Command line again and type

source ~/.bashrc .

~/.bashrc

Run again roscd roscd and Viola! :)