Wall-E-Sim icon indicating copy to clipboard operation
Wall-E-Sim copied to clipboard

A line follower simulation created in CoppeliaSim, with a C++ interface for CoppeliaSim's Remote API

Wall-E-Sim

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

Installation

  • 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

Cloning For Windows ----->


**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)

Cloning For Linux ----->


**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.