Browse Source

corrects syntax in commande

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
5d3a1d5902
  1. 4
      src/commande.cpp

4
src/commande.cpp

@ -100,11 +100,15 @@ class Run
}
if(msg->normal.z > 0)
{
yy = msg->normal.x;
xx = msg->normal.y;
}
else
{
yy = - msg->normal.x;
xx = - msg->normal.y;
}
t_previous = t_current;
z_previous = z_current;

Loading…
Cancel
Save