Namespaces | Defines
dock_drive.cpp File Reference
#include "kobuki_auto_docking/dock_drive.hpp"
Include dependency graph for dock_drive.cpp:

Go to the source code of this file.

Namespaces

namespace  kobuki

Defines

#define setState(x)   {state=x;state_str=stringfy(x);}
#define setStateVel(x, v, w)   {setState(x);setVel(v,w);}
#define setVel(v, w)   {vx=v;wz=w;}
#define stringfy(x)   #x

Define Documentation

#define setState (   x)    {state=x;state_str=stringfy(x);}

Definition at line 45 of file dock_drive.cpp.

#define setStateVel (   x,
  v,
 
)    {setState(x);setVel(v,w);}

Definition at line 47 of file dock_drive.cpp.

#define setVel (   v,
 
)    {vx=v;wz=w;}

Definition at line 46 of file dock_drive.cpp.

#define stringfy (   x)    #x

Definition at line 44 of file dock_drive.cpp.



kobuki_auto_docking
Author(s): Younghun Ju
autogenerated on Mon Oct 6 2014 01:30:37