Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.11 KB

TurtleBot3

Before start to run the project:

Once you have downloaded the zip folder, you should extract the file in your "Home".

You have to change the execution permission for the files ".sh" (go to the Home folder, open terminal and type: "chmod +x *.sh".

There is also a folder called scripts (I have used Python3 but you can remove the 3 from the first row to use it with Python 2.x) you should repeat the same procedure done for the bash files with the python code.

I suggest to execute first the create_ws.sh.

Important: In some part of the code I used an absolut path /home/user/... , please remember to replace "user" with your correct admin name.