---
title: 'Project'
disqus: hackmd
---
Robotics Capstone Project
===

## Table of Contets
[TOC]
## Brainstorming

If you are a total beginner to this, start here!
* Researches of Professors
* 机器人服务airbnb?
* 共同合作机器人。
* Group Project
* Develop my own group,find Online Projects to work together.
* Continue....
Execute 执行
---
- [ ] Find 2-3 topics
- [ ] Find group members
- [ ] Decide 1 topic/project
- [ ] Continue...
> Feel free to contact me at lukaleemke@gmail.com. [name=luka li]
Results Sharing(pending)
---
```gherkin=
Feature: test 1
# The first approach
Scenario: test
Given test "description"
When test
Then test
Scenario: test 2
Given I'm a logged-in User
When I go to the Item page
And I click "Add item to cart"
Then the quantity of items in my cart should go up
And my subtotal should increment
And the warehouse inventory should decrement
# The second approach
Scenario: test 2
When test
Then test
```
> Write Conclusion Here. [name= name]
> Read more about Gherkin here: https://docs.cucumber.io/gherkin/reference/
User flows Example
---
```sequence
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
Note left of Alice: Alice responds
Alice->Bob: Where have you been?
```
> Read more about sequence-diagrams here: http://bramp.github.io/js-sequence-diagrams/
Project Timeline Example
---
```mermaid
gantt
title A Gantt Diagram
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1 , 20d
section Another
Task in sec :2014-01-12 , 12d
anther task : 24d
```
> Read more about mermaid here: http://mermaid-js.github.io/mermaid/
## Appendix and FAQ
:::info
**Find this document incomplete?** Leave a comment!
:::
###### tags: `Robotics` `Projects`