Skip to content
Discussion options

You must be logged in to vote

This is because of the .bashrc file, you need to source the /devel/setup.bash of your workspace in order to get it to work. You can add it to the .bashrc so it doesn't require running the source command, every time you open a new terminal.

echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc

You can also use nano to add it to the end of the file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@codeness0
Comment options

Answer selected by codeness0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants