Base class for controller interfaces using position integration.
More...
#include <controller_interface_base.h>
Base class for controller interfaces using position integration.
Definition at line 50 of file controller_interface_base.h.
◆ ~ControllerInterfacePositionBase()
cob_twist_controller::ControllerInterfacePositionBase::~ControllerInterfacePositionBase |
( |
| ) |
|
|
inline |
◆ ControllerInterfacePositionBase()
cob_twist_controller::ControllerInterfacePositionBase::ControllerInterfacePositionBase |
( |
| ) |
|
|
inlineprotected |
◆ updateIntegration()
bool cob_twist_controller::ControllerInterfacePositionBase::updateIntegration |
( |
const KDL::JntArray & |
q_dot_ik, |
|
|
const KDL::JntArray & |
current_q |
|
) |
| |
|
inline |
◆ integrator_
◆ last_update_time_
ros::Time cob_twist_controller::ControllerInterfacePositionBase::last_update_time_ |
|
protected |
◆ period_
ros::Duration cob_twist_controller::ControllerInterfacePositionBase::period_ |
|
protected |
◆ pos_
std::vector<double> cob_twist_controller::ControllerInterfacePositionBase::pos_ |
|
protected |
◆ vel_
std::vector<double> cob_twist_controller::ControllerInterfacePositionBase::vel_ |
|
protected |
The documentation for this class was generated from the following file: