Skip to content

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

License

Notifications You must be signed in to change notification settings

SRA-VJTI/Wall-E-Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published