... | ... | @@ -91,7 +91,7 @@ See: http://tuotuogzs.ddns.net/droneoa/droneoa_ros/issues/49 |
|
|
- Build scripts etc.:
|
|
|
|
|
|
### Code Count:
|
|
|
DroneOA_ROS:
|
|
|
#### DroneOA_ROS:
|
|
|
```
|
|
|
--------------------------------------------------------------------------------
|
|
|
Language files blank comment code
|
... | ... | @@ -110,3 +110,69 @@ Bourne Again Shell 1 0 0 6 |
|
|
SUM: 40 437 847 2542
|
|
|
--------------------------------------------------------------------------------
|
|
|
```
|
|
|
|
|
|
#### UE4 SIM:
|
|
|
Total:
|
|
|
```
|
|
|
-------------------------------------------------------------------------------
|
|
|
Language files blank comment code
|
|
|
-------------------------------------------------------------------------------
|
|
|
CMake 13 51 6 30384
|
|
|
C/C++ Header 298 7087 8776 26210
|
|
|
D 10 0 0 14859
|
|
|
C++ 132 1140 858 10720
|
|
|
INI 23 303 33 4330
|
|
|
JSON 5 0 0 2675
|
|
|
C 3 120 105 1662
|
|
|
make 1 170 2 494
|
|
|
Prolog 1 39 0 339
|
|
|
Markdown 4 96 0 272
|
|
|
C# 6 68 27 206
|
|
|
Python 2 22 5 103
|
|
|
-------------------------------------------------------------------------------
|
|
|
SUM: 498 9096 9812 92254
|
|
|
-------------------------------------------------------------------------------
|
|
|
```
|
|
|
Source (Note: there are some blueprint program which cloc cannot count line):
|
|
|
```
|
|
|
-------------------------------------------------------------------------------
|
|
|
Language files blank comment code
|
|
|
-------------------------------------------------------------------------------
|
|
|
C++ 2 20 13 156
|
|
|
C/C++ Header 2 20 5 42
|
|
|
C# 3 13 8 30
|
|
|
-------------------------------------------------------------------------------
|
|
|
SUM: 7 53 26 228
|
|
|
-------------------------------------------------------------------------------
|
|
|
```
|
|
|
|
|
|
#### AI DEMO:
|
|
|
```
|
|
|
-------------------------------------------------------------------------------
|
|
|
Language files blank comment code
|
|
|
-------------------------------------------------------------------------------
|
|
|
Python 2 46 92 184
|
|
|
Markdown 1 20 0 20
|
|
|
YAML 1 3 0 10
|
|
|
JSON 1 0 0 5
|
|
|
-------------------------------------------------------------------------------
|
|
|
SUM: 5 69 92 219
|
|
|
-------------------------------------------------------------------------------
|
|
|
```
|
|
|
|
|
|
#### OA Prototype UE4
|
|
|
- Used to test OA algorithms without complex control system):
|
|
|
- **Note**: All programs in blueprint due to the purpose of the repo. C++ codebase not generated. cloc cannot count. (lots of plueprint program)
|
|
|
```
|
|
|
-------------------------------------------------------------------------------
|
|
|
Language files blank comment code
|
|
|
-------------------------------------------------------------------------------
|
|
|
INI 2 6 0 60
|
|
|
C++ 3 23 15 44
|
|
|
C/C++ Header 3 20 9 38
|
|
|
C# 3 13 8 30
|
|
|
Markdown 1 3 0 13
|
|
|
-------------------------------------------------------------------------------
|
|
|
SUM: 12 65 32 185
|
|
|
-------------------------------------------------------------------------------
|
|
|
``` |