hansonrobotics / hrtool

Hanson Robotics Software Management Tool
4 stars 3 forks source link

incomplete install #11

Closed linas closed 6 years ago

linas commented 6 years ago

After following instructions in the README, I tried to run the robot by saying

hr run robot

and I got an error message:

[ERROR] ttsserver is not installed. Run 'hr install head-python-ttsserver'
[ERROR] chatbot is not installed. Run 'hr install head-chatbot'

So either the README is incorrect (and should mention these two), or the install script forgot to install these.

linas commented 6 years ago

Hmm. OK, so I did the install, then I said

hr stop
hr run robot

and got the same error messages, again.

linas commented 6 years ago

Running hr install -f head as suggested in issue #12 seems to make this problem go away.