28 #ifndef _SRH_JOINT_POSITION_CONTROLLER_HPP_ 29 #define _SRH_JOINT_POSITION_CONTROLLER_HPP_ 51 virtual void getGains(
double &p,
double &i,
double &
d,
double &i_max,
double &i_min);
53 virtual bool resetGains(std_srvs::Empty::Request &req, std_srvs::Empty::Response &resp);
55 bool setGains(sr_robot_msgs::SetPidGains::Request &req, sr_robot_msgs::SetPidGains::Response &resp);
sr_deadband::HysteresisDeadband< double > hysteresis_deadband
We're using an hysteresis deadband.
double position_deadband
the position deadband value used in the hysteresis_deadband
void read_parameters()
read all the controller settings from the parameter server
A generic controller for the Shadow Robot EtherCAT hand's joints.
virtual void starting(const ros::Time &time)
virtual void update(const ros::Time &time, const ros::Duration &period)
Issues commands to the joint. Should be called at regular intervals.
virtual bool resetGains(std_srvs::Empty::Request &req, std_srvs::Empty::Response &resp)
void setCommandCB(const std_msgs::Float64ConstPtr &msg)
set the position target from a topic
boost::scoped_ptr< control_toolbox::Pid > pid_controller_position_
Internal PID controller for the position loop.
virtual void getGains(double &p, double &i, double &d, double &i_max, double &i_min)
bool setGains(sr_robot_msgs::SetPidGains::Request &req, sr_robot_msgs::SetPidGains::Response &resp)
SrhJointPositionController()
bool init(ros_ethercat_model::RobotStateInterface *robot, ros::NodeHandle &n)