Looking for Caresses
SoRo project to let Miro interact as a pet would do
|
Public Member Functions | |
C_interaction (ros::NodeHandle nh, ros::Publisher pubPlat) | |
Costructor for phase C task. More... | |
int | main (int loneliness) |
Main for Task C. The task updates the loneliness value if MiRo receive caresses, and make MiRo acts happily while being rubbed. More... | |
Definition at line 8 of file C_interaction.h.
C_interaction::C_interaction | ( | ros::NodeHandle | nh, |
ros::Publisher | pubPlat | ||
) |
Costructor for phase C task.
nh | the ros nodeHandle to subscribe |
pubPlat | the Publisher object to publish on topic |
Definition at line 9 of file C_interaction.cpp.
int C_interaction::main | ( | int | loneliness | ) |
Main for Task C. The task updates the loneliness value if MiRo receive caresses, and make MiRo acts happily while being rubbed.
loneliness | the loneliness value |
INTERACTION PHASE
Miro back to sleep
Definition at line 101 of file C_interaction.cpp.