DESERT 3.5.1
|
#include <node-core.h>
Go to the source code of this file.
Classes | |
class | UWSMPosition |
Macros | |
#define | sgn(x) (((x) == 0.0) ? 0.0 : ((x) / fabs(x))) |
#define | pi (4 * atan(1.0)) |
Provides the definition of the class UWSMPosition.
Provides the definition of the class UWSMPosition. This class implements the a simple movement behaviour: it is possible to define the direction and the speed of the linear movement thanks to a TCL command in which the user has to define the destination point an the speed of the movement required. NOTE: the destination point is used to define the direction od the node and when it is reached the node will proceed for the same direction
Definition in file uwsmposition.h.
#define pi (4 * atan(1.0)) |
Definition at line 55 of file uwsmposition.h.
#define sgn | ( | x | ) | (((x) == 0.0) ? 0.0 : ((x) / fabs(x))) |
Definition at line 54 of file uwsmposition.h.