Skip to content
Ariane Horbach edited this page May 19, 2019 · 9 revisions

Welcome to the OS_Project17_Segfault wiki!

This page is created for our robot project of EURECOM - Operating Systems 2017 class

Robot Name: SegFault

Robot Bluetooth Address: A0:E6:F8:FC:C2:59

The details of the project can be found under :

Algorithms

Robot Architecture

Description

Gallery

How to compile

To Compile:

  gcc -I./ev3dev-c/source/ev3 -O2 -std=gnu99 -W -Wall -Wno-comment  -c tester.c -o tester.o
  gcc tester.o -Wall -lm -lev3dev-c -lbluetooth -o tester

To Run:

  ./tester

Group Members:

Berkay Köksal

Ariane Horbach

Yasmine Dissem

Clone this wiki locally