All Haru Demos
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
Status Report
Demo Name |
HRI |
UPO |
Fix needed |
Feature needed |
Overall |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Update routine on the robot, run lip sync separately if needed |
|
Chatty |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
update routine id 1024 |
|
IST |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
|
|
Haru Games |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
|
updates dialog and banner |
Telemoji |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
|
voice notes not work on some pc |
|
Setup the external PC
To work with the real robot,
- update the
.bashrc
- Add the robot-ip and robot-id
/etc/hosts
(example given)
Telemoji (Telegram bot)
haru_japan
6137143631:AAHLv1Ceq3ACpm4rHqKgGZ5htWoYS9CPHxw
Setup
- Git clone this repos in a new workspace (for example telegram_ws) on external-pc and on catkin_ws workspace on robot
- strawberry-ros-msgs/
- idmind-tabletop-ros-msgs/
- idmind-tabletop-ros-pkg/
- idmind-tabletop-lip-sync/
- idmind-tabletop-telegram-bot/
- haru-nlp-ros/
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More β
- Run
bash postint
inside haru-nlp-ros
directory
- Run
catkin_make
inside telegram_ws
directory
Run
Run (fallback)
If the above command fails, then run all the launch separately
- Run each command on new terminal after sourcing the
telegram_ws
source ~/telegram_ws/devel/setup.sh
- Run the following commands in the Robot if using Real robot otherwise run it on the external PC
- Run the following commands in external PC
IST
Setup
- Install dependencies
- change all the repos to develop branch in the workspace
- Comment out this lines
- Build
Run
- Turn on the robot or the simulator
- Then run the below command that launches everything needed for the demo
Run (fallback)
If the above command fails, then run all the launch separately
- Run each command on new terminal after sourcing the
ist_ws
source ~/ist_ws/devel/setup.sh
- Run
-
If you are not running tts through testbed then run it with the following 2 commands
- Always run the following
Chatty
Setup
Run
- Turn on the robot or the simulator
- Run each command on new terminal after sourcing the
chatty_ws
source ~/chatty_ws/devel/setup.sh
Haru Games
Setup
Here's how to set it up:
- delete the ~/games_ws folder
- run mkdir -p ~/haru_games_ws/src
- go into that folder and run git clone https://github.com/haru-project/haru-games-demo.git
- run cp -r ~/ist_ws/src/idmind-tabletop-ros-pkg ~/haru_games_ws/src/
- run cd ~/haru_games_ws/src/haru-games-demo/
- run bash scripts/install_dependencies.sh
- run bash scripts/post_clone.sh
This demo requires additional resources so please unpack them into ~/haru_games_ws/src/idmind-tabletop-ros-pkg/resources . it should create a folder called images in the resources folder and a folder called haruscope in the projector folder.
Run
- Turn on the robot or the simulator
- Then run the below command that launches everything needed for the demo
Run (fallback)
If the above command fails, then run all the launch separately
- Run each command on new terminal after sourcing the
haru_games_ws
source ~/haru_games_ws/devel/setup.sh
- wait until this says it's ready, if you're not sure you can run
rostopic echo /strawberry/dialog_ready
and wait until it publishes
Appendix
- Download haru_unity_app
- Controll all the repostories in a workspace using 1 command
- Append the following in your
.bashrc
- Usage
- To get the branch name all the repositories in [PATH-TO-PULL], default is current directory path
- To pull all the repositories name in [PATH-TO-PULL]