33#ifndef CONTROL_TOOLBOX__LIMITED_PROXY_HPP_
34#define CONTROL_TOOLBOX__LIMITED_PROXY_HPP_
49 double pos_upper_limit_;
50 double pos_lower_limit_;
62 pos_upper_limit_(0.0),
63 pos_lower_limit_(0.0),
76 double last_proxy_pos_;
77 double last_proxy_vel_;
78 double last_proxy_acc_;
80 double last_vel_error_;
81 double last_pos_error_;
82 double last_int_error_;