You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If after following the instructions for the system setup you build a package, source your environment (source ~/.bashrc) the system ca'n find your package :
$ roscd example
roscd: No such package/stack 'example1'
If after following the instructions for the system setup you build a package, source your environment (source ~/.bashrc) the system ca'n find your package :
Verify your bashrc file by typing:
gedit ~/.bashrc
If you have the following sequence of lines:
you should delete the line
source /home/<username>/ros_ws/devel/setup.bash
and maintain only the following line
source ~/scripts/permanent.sh
The text was updated successfully, but these errors were encountered: