-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gpsr additional command parsing (#156)
* fix: incorrect remapping keys for handover * fix: remove speech server in launch file * WIP: handling sub commands in parser * WIP: working matches, now need to parse * WIP: mostly there now with working subcommand output -- need to standardise * feat: working sub command parsing with appropraite parameters * WIP: converting command output to English/parsed string * feat: capture talk task
- Loading branch information
Showing
3 changed files
with
305 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"names": [ | ||
"Adel", | ||
"Angel", | ||
"Axel", | ||
"Charlie", | ||
"Janes", | ||
"Jules", | ||
"Morgan", | ||
"Paris", | ||
"Robin", | ||
"Simone" | ||
"adel", | ||
"angel", | ||
"axel", | ||
"charlie", | ||
"janes", | ||
"jules", | ||
"morgan", | ||
"paris", | ||
"robin", | ||
"simone" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.