Skip to content
Snippets Groups Projects
Commit d8ffb0ca authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

[tibi_dabo_arm_node]

[tibi_dabo_head_node]
  - xml changes

[hre_random_node]
  - updating to new hri changes

[hrengagement_node]
  - adding remmpaing for hri
parent a38eb498
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ int main(int argc, char *argv[])
events.push_back(segway->get_no_heartbeat_event());
events.push_back(segway->get_new_status_event());
segway->move(0.1,0.0);
for(i=0;i<201;i++)
// segway->move(0.1,0.0);
for(;;)
{
event_id=event_server->wait_first(events);
if(event_id==3)
......@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
{
segway->connect();
connected=true;
segway->move(0.1,0.0);
// segway->move(0.1,0.0);
}
catch(CException &e)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment