HEBI C++ API
3.9.0
|
#include <end_effector.hpp>
Public Member Functions | |
bool | update (Eigen::VectorXd &aux_state) override |
bool | send () override |
bool | loadGains (const std::string &gains_file) |
Public Member Functions inherited from hebi::experimental::arm::EndEffectorBase | |
EndEffectorBase ()=default | |
Protected Member Functions | |
virtual void | setCommand (size_t index, double value)=0 |
EndEffector (std::shared_ptr< hebi::Group > group) | |
Static Protected Member Functions | |
static std::shared_ptr< hebi::Group > | getGroup (const std::vector< std::string > &families, const std::vector< std::string > &names) |
Protected Attributes | |
hebi::GroupCommand | command_ |
|
inlineprotected |
|
inlineoverridevirtual |
Reimplemented from hebi::experimental::arm::EndEffectorBase.
|
inlineoverridevirtual |
Reimplemented from hebi::experimental::arm::EndEffectorBase.
|
inline |
|
protectedpure virtual |
Implemented in hebi::experimental::arm::EffortEndEffector< AuxSize >.
|
inlinestaticprotected |
|
protected |