ControlCommands are given as a single target position for the position controller (given in ticks) More...
#include <SVHControlCommand.h>
Public Member Functions | |
| bool | operator== (const SVHControlCommand &other) const | 
| Compares two SVHControlCommand objects.  More... | |
| SVHControlCommand (const int32_t &_position=0) | |
| Constructs a new control command to comandeer the position of the fingers.  More... | |
Public Attributes | |
| int32_t | position | 
| Returned position value of the motor [Ticks].  More... | |
ControlCommands are given as a single target position for the position controller (given in ticks)
Definition at line 38 of file SVHControlCommand.h.
      
  | 
  inline | 
Constructs a new control command to comandeer the position of the fingers.
| _position | target position given in encoder ticks defaults to 0 if none is given | 
Definition at line 47 of file SVHControlCommand.h.
      
  | 
  inline | 
Compares two SVHControlCommand objects.
Definition at line 52 of file SVHControlCommand.h.
| int32_t driver_svh::SVHControlCommand::position | 
Returned position value of the motor [Ticks].
Definition at line 41 of file SVHControlCommand.h.