-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
81 lines (52 loc) · 1.54 KB
/
ChangeLog
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
v 4.0.0
Added features:
* Major improvement in GUI (using FLTK lib)
* Customizable Robots
* Customizable Arena
* Pan view
* Auto-rotating view
* Time-slider when reading from log files
Others:
* Removed openCV library and added libpng for screenshots<br>
* used Standard Template Library for dynamic implementation<br>
* Dropped buggy Video recording
v beta 3.0
Added features:
* Placing obstacle (by reading from ASCII file)
* Simulating from the given motion algorithm (in form of code)
* Saving the generated positions in a log file
* Show/Hide obstacle
* Show/Hide trails
Bugs fixed:
* Changing the colour of the robots according to the latest collision
v 2.2
Added features:
* Support for Khepera III
* Collision detection by changing colour
* Numbering the robots
* Onboard View of robots
Bugs fixed:
* Unstability associated with 'Info-bar'
v 2.0
Added features:
* Lighting control
* Chessboard floor
* Motion-trails
* Zoom In/Out
* Animation speed control
* Centriod of the robots
Bugs fixed:
* Unstability associated with 3D panaromic view
v 1.2
Added features:
* 3D panaromic view through mouse control
* Info bar to display any message
* Video recording
* Saving snapshots
v 1.0
Added features:
* 3D view of robots
* Replay the whole animation
* Stop, play-pause
Bugs fixed:
* Unstability associated with all the basic features