Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respeaker multi channel fetch15 #23

Closed

Commits on May 27, 2022

  1. [dialogflow_task_executive] support launch_args of app_manager

    sktometometo authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d4d3675 View commit details
    Browse the repository at this point in the history
  2. [dialogflow_task_executive] fix format

    Co-authored-by: Shingo Kitagawa <[email protected]>
    2 people authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    32661e1 View commit details
    Browse the repository at this point in the history
  3. [dialogflow_task_executive] fix format

    Co-authored-by: Shingo Kitagawa <[email protected]>
    2 people authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0aafc66 View commit details
    Browse the repository at this point in the history
  4. [dialogflow_task_executive] fix format

    Co-authored-by: Shingo Kitagawa <[email protected]>
    2 people authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e37b521 View commit details
    Browse the repository at this point in the history
  5. [dialogflow_task_executive] fix format

    Co-authored-by: Shingo Kitagawa <[email protected]>
    2 people authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e702a4f View commit details
    Browse the repository at this point in the history
  6. Support new version of voice_text API

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5550129 View commit details
    Browse the repository at this point in the history
  7. fix error handling

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a814ee0 View commit details
    Browse the repository at this point in the history
  8. set default library directory

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6021983 View commit details
    Browse the repository at this point in the history
  9. migrate api version to traditional source code

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ee4352d View commit details
    Browse the repository at this point in the history
  10. remove api source code

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    09c6215 View commit details
    Browse the repository at this point in the history
  11. support vt attributes

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3eb17dd View commit details
    Browse the repository at this point in the history
  12. update README to support new voice text API

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9a938e5 View commit details
    Browse the repository at this point in the history
  13. fix member var bug

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    dafedcb View commit details
    Browse the repository at this point in the history
  14. adopt 15edef4

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    28070af View commit details
    Browse the repository at this point in the history
  15. Restart voice text if verification fails

    708yamaguchi authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    354487c View commit details
    Browse the repository at this point in the history
  16. Add voicevox (AI speech synthesis) package

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    a560c74 View commit details
    Browse the repository at this point in the history
  17. [voicevox] Add README

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5ac7fdf View commit details
    Browse the repository at this point in the history
  18. [voicevox] Add TERM

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0cbf161 View commit details
    Browse the repository at this point in the history
  19. [voicevox] Refactor Makefiles

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8b538d0 View commit details
    Browse the repository at this point in the history
  20. [voicevox] Ignore build directory

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    621489d View commit details
    Browse the repository at this point in the history
  21. [voicevox] Add python-requests

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    acf4ab2 View commit details
    Browse the repository at this point in the history
  22. [voicevox] Fixed typo julius -> voicevox

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e680500 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0210f99 View commit details
    Browse the repository at this point in the history
  24. [voicevox] Install voicevox_engine using Makefile

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    98c8a91 View commit details
    Browse the repository at this point in the history
  25. [voicevox] Fixed speaker id and voice name

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d78df94 View commit details
    Browse the repository at this point in the history
  26. [voicevox] Use python3 as default

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ad352af View commit details
    Browse the repository at this point in the history
  27. [voicevox] Convert bytes to str

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fcaee77 View commit details
    Browse the repository at this point in the history
  28. [voicevox] Addy DEFAULT SPEAKER ID

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d9f8ef1 View commit details
    Browse the repository at this point in the history
  29. [voicevox] Install open_jtalk_dic

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    02571ef View commit details
    Browse the repository at this point in the history
  30. [voicevox] Load downloaded of open_jtalk_dic

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    585ae70 View commit details
    Browse the repository at this point in the history
  31. [voicevox] Add tips

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6711a71 View commit details
    Browse the repository at this point in the history
  32. [voicevox] Remove unnecessary install step

    iory authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    272d6a8 View commit details
    Browse the repository at this point in the history
  33. [google_chat_ros] google chat ros REST client

    add actionmsg, catkin install, ros action
    
    Add action server for google chat ros
    
    rename action msg, edit more info to readme
    
    add figs to readme and fix style
    
    Add roseus client
    
    add euslisp sample to readme
    
    add link for jsk internal users
    
    use dummy spacename
    
    Add some comments and fix typo
    
    key args to euslisp
    
    fix with flake8
    
    fix README as review comment
    
    set default type name
    
    fix CMake install directory
    
    rename action name
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    7d97ba9 View commit details
    Browse the repository at this point in the history
  34. [google_chat_ros] define new message for recieving message

    add space activity msg
    
    fix message names, add more units
    
    add rosparam in launch
    
    using request, not flask
    
    fix so many bugs and works fine with dm, still bugs with space
    
    supress SSL reset error and add header debug
    
    fix unicode bugs, set default dic value
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0ffed59 View commit details
    Browse the repository at this point in the history
  35. [google_chat_ros] support download data

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5211010 View commit details
    Browse the repository at this point in the history
  36. [google_chat_ros]fix REST bugs

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b2d7113 View commit details
    Browse the repository at this point in the history
  37. [google_chat_ros]support dialogflow mode

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    adeb4cd View commit details
    Browse the repository at this point in the history
  38. [google_chat_ros]support download avatar

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8d0f7df View commit details
    Browse the repository at this point in the history
  39. [google_chat_ros]support dialogflow message publish

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0aaf6f7 View commit details
    Browse the repository at this point in the history
  40. [google_chat_ros]remove unnecessary response

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fbd2fa9 View commit details
    Browse the repository at this point in the history
  41. [google_chat_ros]add msg for card event and fix function style

    Add and fix message type for supporting card type
    
    support card type, TODO: uploader
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d2184b0 View commit details
    Browse the repository at this point in the history
  42. [google_chat_ros]add gdrive_ros service client

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d58866a View commit details
    Browse the repository at this point in the history
  43. [google_chat_ros]remove dialogflow https server. instead, subscribe O…

    …riginalDetectIntentRequest.msg
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5309895 View commit details
    Browse the repository at this point in the history
  44. [google_chat_ros]fix launch file for loading param and convert str ->…

    … dic problem
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6a12150 View commit details
    Browse the repository at this point in the history
  45. [google_chat_ros]add dependency

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d8a7c5d View commit details
    Browse the repository at this point in the history
  46. [google_chat_ros]support upload attachments to gdrive

    fix upload service
    
    fix name bug, remove upload parent dir
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    14b4c2d View commit details
    Browse the repository at this point in the history
  47. [google_chat_ros]fix google chat cards not shown correctly bugs

    fix botton key value json bug
    
    fix value error when get card activity and parse key value
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9a249f8 View commit details
    Browse the repository at this point in the history
  48. [google_chat_ros]add use_yaml arg

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0e13d5c View commit details
    Browse the repository at this point in the history
  49. [google_chat_ros] add helper node of google chat ros, especially dial…

    …ogflow, soundplay
    
    [google_chat_ros] chmod +x helper.py
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    54aa672 View commit details
    Browse the repository at this point in the history
  50. [google_chat_ros] add coding

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b97f663 View commit details
    Browse the repository at this point in the history
  51. [google_chat_ros] set user_agent

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c7af28d View commit details
    Browse the repository at this point in the history
  52. [google_chat_ros] fix send message format in helper

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    60a5a1f View commit details
    Browse the repository at this point in the history
  53. [google_chat_ros] add pub/sub library

    [google_chat_ros][WIP] pub sub mode
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2f42faf View commit details
    Browse the repository at this point in the history
  54. [google_chat_ros] update README for current google_chat_ros packege T…

    …ODO: add image
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    1f92748 View commit details
    Browse the repository at this point in the history
  55. [google_chat_ros] support GCP Pub/Sub, drop Python2 support for parsi…

    …ng json, add response from Google Chat API server to sendmessage action result
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    59482ba View commit details
    Browse the repository at this point in the history
  56. [google_chat_ros] remove unnecessary doc, change logging level of Pub…

    …Sub handler
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    7d03300 View commit details
    Browse the repository at this point in the history
  57. [google_chat_ros]README, add figures, fix typo

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6920bcd View commit details
    Browse the repository at this point in the history
  58. [google_chat_ros]remove unnecessary files

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    15c6a0b View commit details
    Browse the repository at this point in the history
  59. [google_chat_ros] Drop python2.x support, remove unnecessary msgs

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5b95772 View commit details
    Browse the repository at this point in the history
  60. [google_chat_ros] add rostest for python importing

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    56b2155 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    865232f View commit details
    Browse the repository at this point in the history
  62. [dialogflow_task_executive] fix class bug, python3 not available...

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    554e28c View commit details
    Browse the repository at this point in the history
  63. [dialogflow_task_executive] [dialogflow_ros] separate dialogflow clie…

    …nt and task executive part from dialogflow_task_executive
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fbb20f3 View commit details
    Browse the repository at this point in the history
  64. [dialogflow_task_executive]delete dialogflow pkg, merged into dialogf…

    …low_task_executive
    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0665f9a View commit details
    Browse the repository at this point in the history
  65. [dialogflow_task_executive]add actionlib server start

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d4d9de8 View commit details
    Browse the repository at this point in the history
  66. [google_chat_ros]rename rosparam, function names related to dialogflow

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5c00f76 View commit details
    Browse the repository at this point in the history
  67. [google_chat_ros] handling shutting down httpd

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    724a612 View commit details
    Browse the repository at this point in the history
  68. [google_chat_ros]fix action names, space name in helper

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    5302a43 View commit details
    Browse the repository at this point in the history
  69. [google_chat_ros] fix euslisp function

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fc63570 View commit details
    Browse the repository at this point in the history
  70. [google_chat_ros] update eus functions

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9e448a7 View commit details
    Browse the repository at this point in the history
  71. [google_chat_ros] fix pubsub bug, killnode not defined

    mqcmd196 authored and JSK fetch user committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3b919b7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    3b68bef View commit details
    Browse the repository at this point in the history
  2. [voicevox] Enable cache

    iory authored and knorth55 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    375509e View commit details
    Browse the repository at this point in the history
  3. [voicevox] Set default cpu numthreads to 1

    iory authored and knorth55 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    2daa09c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    b225759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d855fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3cc5d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    af2f1c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    5cd8291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950ba8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dffe449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227708e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    206aaaa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    c31b13c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f40f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    305343a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    296cc6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3e2c9 View commit details
    Browse the repository at this point in the history
  6. [respeaker_ros] Remove publish_multichannel option and publish raw mu…

    …ltichannel audio as default.
    iory committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4b7632b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f872a10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e49927 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8ae9fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92477a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8caae81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    383670f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    89ba874 View commit details
    Browse the repository at this point in the history