Skip to content

social-robotics-lab/robotcontroller_client_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotcontroller_client_browser

Sample programs for communicating with Sota (CommU) using Web browser.

Install

git clone https://github.com/social-robotics-lab/robotcontroller_client_browser.git
cd robotcontroller_client_browser
mkdir src/wav
docker build -t robotcontroller_client_browser .

Run

Sota

java -jar RobotController.jar

Client

docker run --rm --name robotcontroller_client_browser --mount type=bind,source="$(pwd)"/src,target=/tmp -p 8000:8000 -it robotcontroller_client_browser /bin/bash
python3 -m http.server --cgi 8000

Let's check 'http://localhost:8000' In a web browser.

About

This is a program to have a robot say something via a web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published