aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 18:19:59 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 18:19:59 +0100
commit92d18c25a2ff68e76bc268b3ad891c78e4cb58d7 (patch)
treed60987465e74db0360d667999d065bb35d33c8a4 /main.cpp
parentcacec4dbb8b5cc017b9c6d9975f8f792db13cc7a (diff)
downloadRobotique-Projet-92d18c25a2ff68e76bc268b3ad891c78e4cb58d7.tar.gz
Robotique-Projet-92d18c25a2ff68e76bc268b3ad891c78e4cb58d7.zip
Implement random point chosing algorithm
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 440a12f..e587aa5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3,6 +3,8 @@
#include "ui.hpp"
int main() {
+ srand(time(0));
+
hilare_a_param p;
p.l = 50;
p.r_c_car = 25;