-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathReadme.txt
47 lines (30 loc) · 1.89 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Robotsimulator 1.0
Change Log:
This is a robotsimulation project can show user traces of robots` movement. User can add new robots into the playground. Robots in the playground cannot collision with others or walls. Robots in this program have priorities, elder robots will not give a way to latter robots.
Robots in this program don`t have a destination, it will keep moving all the time.
Perhaps there are some bugs in these program, but we are tring to fix them.
This program is written in Unbuntu 14 and the GUI part in this program is written with QT5.
12/01/2015
Hanyu Zhang
--------------------------------------------------------------------------------------------------------------------------------------
Robotsimulator 1.1
Change Log:
We added monitor funtion in GUI and it can show the status of robot including location, speed, direction.
12/02/2015
--------------------------------------------------------------------------------------------------------------------------------------
Robotsimulator 1.2
Change Log:
we make this program can be runned in other Linux system without Qt environment.
copy the link below, and you will get the package of this program.
https://drive.google.com/folderview?id=0B0pguEOor8oBV3g3X2FscXRVMGs&usp=sharing
Note: You must use chmod -R 777 "your path"/Robotsimulation/ to make sure you have authority to run this program. After doing that, you can enter /Robotsimulation and run RobotGui using ./RobotGui
If users have any problem please contact with me via E-mail:
12/04/2015
--------------------------------------------------------------------------------------------------------------------------------------
Robotsimulator 1.3
change Log:
Fixed some robot collison bugs and changed the vector degree caculation method.
We add a function that user can see the alert area.
Hanyu Zhang
08/12/2015