Skip to content

Commit 69730f2

Browse files
committed
added section for phase 1
1 parent da6f18d commit 69730f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Human_Detection_Tracking-CPP
23
[![Build Status](https://app.travis-ci.com/aditiramadwar/Human_Detection_Tracking-CPP.svg?branch=Phase_1)](https://app.travis-ci.com/aditiramadwar/Human_Detection_Tracking-CPP)
34
[![Coverage Status](https://coveralls.io/repos/github/aditiramadwar/Human_Detection_Tracking-CPP/badge.svg?branch=Phase_1)](https://coveralls.io/github/aditiramadwar/Human_Detection_Tracking-CPP?branch=Phase_1)
@@ -71,3 +72,10 @@ sudo apt-get install lcov
7172
chmod a+x scripts/build_with_coverage.sh
7273
./scripts/build_with_coverage.sh
7374
```
75+
## Phase 1
76+
77+
- Defined Robot, HumanDetector and test classes according to the UML diagrams.
78+
- Implemented all Robot and HumanDetector methods except for transformToRobotFrame method.
79+
- Definition and implementation of test cases are planned for Phase 2.
80+
Please refer to the backlog table, [here](https://docs.google.com/spreadsheets/d/1tjJKUd9B4bBSYAHnrwuMjWNl_lUBmqeB6lw7iTNKZSg/edit?usp=sharing), for an exhaustive list tasks completed in Phase 1.
81+

0 commit comments

Comments
 (0)