Skip to content

Commit

Permalink
(README) add GH actions badges
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored May 7, 2022
1 parent f1c3f32 commit 63a33af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# hmi_picovoice

[![CI](https://github.com/tue-robotics/hmi_picovoice/actions/workflows/main.yml/badge.svg)](https://github.com/tue-robotics/hmi_picovoice/actions/workflows/main.yml) [![Lint](https://github.com/tue-robotics/hmi_picovoice/actions/workflows/lint.yml/badge.svg)](https://github.com/tue-robotics/hmi_picovoice/actions/workflows/lint.yml)

Provides a hmi interface connecting to picovoice rhino speech recognition.

It depends on [`picovoice_driver`](https://github.com/reinzor/picovoice_ros) to interface with PicoVoice's backend.
Expand Down Expand Up @@ -34,4 +36,4 @@ semantics: "{\"size\": \"large\", \"beverage\": \"cappuccino\"}"
## Parameters
For `hmi_picovoice_node.py`:
- `context_url` what model to use. **TODO**: Not sure where eg. the string `coffee_maker_linux` comes from
- `require_endpoint` ["If set to False, Rhino does not require an endpoint (chunk of silence) before finishing inference"](https://picovoice.ai/docs/api/rhino-python/)
- `require_endpoint` ["If set to False, Rhino does not require an endpoint (chunk of silence) before finishing inference"](https://picovoice.ai/docs/api/rhino-python/)

0 comments on commit 63a33af

Please sign in to comment.