ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes, with every new shell/terminal that is opened, I need to source my file. (terminal = shell ... in some way).
So how can this become automatically? Tthe answer that @SAI KISHOR KOTHAKOTA was correct. But because I am a noob, it took me some time and research to find out what exactly he meant and what I needed to do. So I will write down here, in a step-by-step way, how I did it and then some explanation.
STEPS:
Explanation:
So, from what I know, the .bashrc file runs automatically for every new shell you open. So now, every time you open a shell, all of those command run plus the new command you added (the source command).
2 | No.2 Revision |
Yes, with every new shell/terminal that is opened, I need to source my file. (terminal = shell ... in some way).
So how can this become automatically?
Tthe The answer that @SAI KISHOR KOTHAKOTA was correct. But because I am a noob, it took me some time and research to find out what exactly he meant and what I needed to do. So I will write down here, in a step-by-step way, how I did it and then some explanation.
STEPS:
Explanation:
So, from what I know, the .bashrc file runs automatically for every new shell you open. So now, every time you open a shell, all of those command run plus the new command you added (the source command).
Tnx again to @SAI KISHOR KOTHAKOTA :)