Git Product home page Git Product logo

qbot's Introduction

Q-Bot

Q-Bot is self-navigating humanoid robot to be used for conducting questionnaires in hospitals and research projects.

Here lies the ROS project, built by Sze Tan, Hanyi Hu, Daniil Tarakanov, Alxandre Benoit and Guang Yang, as a part of a Human-Centred Robotics course at Imperial College London.

To-Do

  • Make sure it doesn't repeat too many times if it cannot obtain an appropriate response
  • Use Animated Speech
  • Make face tracking more robust
  • Don't make QBot stand up (because of stability issues)
  • Ears lighting + more obvious que for when QBot is listening (i.e. a Siri chime)
  • Evaluation

Useful directories:

Nao puppet:
~/opt/extra_ws/src/nao_puppet
Q-Bot:
~/catkin_ws/src/qbot
NLP:
~/catkin_ws/src/nlp

Build:

cd ~/catkin_ws
catkin_make

Launch Q-Bot:

source ~/catkin_ws/devel/setup.bash
roslaunch ~/catkin_ws/src/qbot/launch/qbot.launch

OR

roslaunch qbot qbot.launch

This can be also be used to launch any other package. Simply replace qbot by the package name.

Launch Nao Puppet:

source /opt/extra_ws/devel/setup.bash
roslaunch /opt/extra_ws/src/nao_puppet/launch/nao_puppet.launch

Launch MoveNao:

Launch Choregraphe

choregraphe

Note the port number from the terminal. In moveNao/nodes/naomotion_node.py change port number on line 37 to the new number. Also change the port number in ~/catkin_ws/src/movenao/launch/movenao.launch In a new terminal:

catkin_make
source ~/catkin_ws/devel/setup.bash
roslaunch ~/catkin_ws/src/movenao/launch/movenao.launch

To demo a node:

  1. Build
  2. Launch Q-Bot (Or any other package that you want to test)
  3. In the terminal do:
~/scripts/testcnc.sh # Demo CNC node

Replace "cnc" by your desired node name.

Codes used

sys_state
0: Just woke up; RESET state
1: Activated; ready to work
10: Navigating
11: Reached the patient
20: Able to start question
21: Conducting questionnaire
22: Finished

100: Emergency Abort State
203: Taking a break
204: Contacting Nurse
NLPRes.res_type
0: Here’s your answer
1: Got gibberish, please ask again
2: Wasn’t expecting an answer, and got gibberish
3: Request for a break
4: Request for a nurse

Available postures:

['Crouch', 'LyingBack', 'LyingBelly', 'Sit', 'SitOnChair', 'SitRelax', 'Stand', 'StandInit', 'StandZero']

License

MIT

qbot's People

Contributors

dantarakan avatar szekiattan avatar

Watchers

 avatar Hanyi Hu avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.