Skip to content

A simulation of the robot which works with the robot-framework

Notifications You must be signed in to change notification settings

TelecomParistoc/Simulation-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulation view

The Simulation view is a graphic display done with OpenGL that shows the route of the robot.

Installation

You need to install two libraries: freeglut and mesa.

On Debian or Ubuntu:

sudo apt install libgl1-mesa-dev freeglut3-dev

On Arch:

sudo pacman -S mesa freeglut

Clone the git repositry.

Use make to compile the code.

Usage

./view xInitialValue yInitialValue initialAngle xRobotSize yRobotSize

The lengths are in meter and the angle is in degree.

wip

Caution

The BMP files used as textures and loaded by the function:

GLuint loadBMP_custom(const char * imagepath);

need to be 24 bit bitmpas.

You can convert your image with the command line convert or on online-converting.

About

A simulation of the robot which works with the robot-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published