Skip to content

knudsen97/bachelor-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

240 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About bachelor-thesis

This is the source code for a bachelor project made by students at University of Southern Denmark.

Running the project

To run this project you need to download:

After ARGoS and OpenCV is installed, clone this repository.

$ git clone https://github.com/knudsen97/bachelor-thesis

Running the e-puck test


$ cd bachelor-thesis/argos3-test
$ cmake -H./ -B./build 
$ cmake --build ./build --target all
$ argos3 -c experiments/test.argos 

The mass and the friction can be changed in the argos3-test/experiments/test.argos file.

Running simulation sorting closest objects


$ cd bachelor-thesis/epuck-simulation
$ cmake -H./ -B./build 
$ cmake --build ./build --target all
$ argos3 -c experiments/test.argos 

The amount of robots and objects can be added or removed from the epuck-simulation/experiments/test.argos file.

Remember to change the clients number to fit the amount of robots.

Running simulation sorting objects in random


$ cd bachelor-thesis/no_sort
$ cmake -H./ -B./build 
$ cmake --build ./build --target all
$ argos3 -c experiments/test.argos 

The amount of robots and objects can be added or removed from the no_sort/experiments/test.argos file.

Remember to change the clients number to fit the amount of robots.

About

Bachelor thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors