Public Member Functions | Public Attributes
starmac_roslib::pid::PidController Class Reference

List of all members.

Public Member Functions

def __init__
def get_current_cmd
def update
def zero

Public Attributes

 current_output
 d_error
 d_term
 i_error
 i_term
 Imax
 Imin
 KD
 KI
 KP
 p_error
 p_error_last
 p_term

Detailed Description

Very simple PID controller class. Inspired by, and similar interface to,
pid.cpp from pr2_controllers/control_toolbox

Definition at line 33 of file pid.py.


Constructor & Destructor Documentation

def starmac_roslib::pid::PidController::__init__ (   self,
  KP = 0,
  KI = 0,
  KD = 0,
  Ilimit = 0 
)

Definition at line 38 of file pid.py.


Member Function Documentation

Definition at line 87 of file pid.py.

def starmac_roslib::pid::PidController::update (   self,
  error,
  dt = 0.0,
  error_dot = None 
)

Definition at line 57 of file pid.py.

Definition at line 47 of file pid.py.


Member Data Documentation

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 38 of file pid.py.

Definition at line 38 of file pid.py.

Definition at line 38 of file pid.py.

Definition at line 38 of file pid.py.

Definition at line 38 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.

Definition at line 47 of file pid.py.


The documentation for this class was generated from the following file:


starmac_roslib
Author(s): Patrick Bouffard
autogenerated on Sun Jan 5 2014 11:38:14