ETHZ-RobotX/SuperMegaBot

sourcing ~/.bashrc failed

Closed this issue · 2 comments

Screenshot from 2021-07-03 21-59-25

Hi,

I am having some trouble sourcing ~/.bashrc, even though it appeared in my folder. And I guess this caused the error in the first line in the screenshot.

It would be great if you know how to solve it. Thanks.

Best,
Chenhao

Hi Chenhao,
Thank you for your issue
I think you have a mistake in your .bashrc. You have to edit the line that you are sourcing.
Edit you .bashrc file and where you wrote source directory_to_ws/...., change it with source ~/catkin_ws/devel/setup.bash.

Let me know if it works :)
Best,
Davide

Hi Davide,

Thanks for the instruction and it worked out perfectly. Seems I somehow copied the undefined command when echo the path ; )

Thanks and see you soon!

Best,
Chenhao