A line follower simulation created in CoppeliaSim, with a C++ interface for CoppeliaSim's Remote API
This is a simuation of SRA's Wall-E bot
- Download CoppeliaSim Edu 4.0.0 for Windows 64-bit OS from here (file size - 161MB).
- Download Visual Studio Code, if you haven't already
**NOTE**: If you have already Cloned, run the following commands to get the updated version of the repository :
- Open the terminal(cmd)
- Go to the cloned directory (Wall-E-Coppeliasim/Wall-E-Sim) and run the following command
git --version
git pull
If you have not cloned the repo :
You can do this in cmd
- Go to User Profile :
cd C:\Users\name
- Make a new folder and git init :
mkdir Wall-E-CoppeliaSim
cd Wall-E-CoppeliaSim
git init
- Clone this git repository while in the same folder :
git clone https://github.com/SRA-VJTI/Wall-E-Sim.git
Refer this video (if required)
**NOTE**: If you have already Cloned, run the following commands to get the updated version of the repository :
- Open the terminal
- Go to the cloned directory (Wall-E-Coppeliasim/Wall-E-Sim) and run the following command
git --version
git pull
If you have not cloned the repo :
- Make a new folder and git init :
mkdir Wall-E-CoppeliaSim
cd Wall-E-CoppeliaSim
git init
- Clone this git repository while in the same folder :
git clone https://github.com/SRA-VJTI/Wall-E-Sim.git
Refer this video (if required)
After Cloning you can now see all the files and folders present in your device and now you can proceed with tasks by just going to the respective task folder and there you will find more instructions.