Unable to run the simulator #1
-
|
Hello, I installed the simulator following the instruction, and the when I run the following command, It couldn't find the package. Output |
Beta Was this translation helpful? Give feedback.
Answered by
AmirmohammadZarif
Apr 3, 2023
Replies: 1 comment 1 reply
-
|
This is because of the You can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
codeness0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because of the
.bashrcfile, you need to source the/devel/setup.bashof your workspace in order to get it to work. You can add it to the .bashrc so it doesn't require running thesourcecommand, every time you open a new terminal.You can also use
nanoto add it to the end of the file.