DESERT 3.5.1
Loading...
Searching...
No Matches
uwsmposition.h File Reference
#include <node-core.h>
Include dependency graph for uwsmposition.h:
This graph shows which files directly or indirectly include this file:

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))
 

Detailed Description

Provides the definition of the class UWSMPosition.

Author
Filippo Campagnaro
Version
1.0.0

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

See also
NodeCore, Position

Definition in file uwsmposition.h.

Macro Definition Documentation

◆ pi

#define pi   (4 * atan(1.0))

Definition at line 55 of file uwsmposition.h.

◆ sgn

#define sgn (   x)    (((x) == 0.0) ? 0.0 : ((x) / fabs(x)))

Definition at line 54 of file uwsmposition.h.