#include <end_effector.hpp>
|
static double | StateToDouble (State state) |
|
static std::unique_ptr< Gripper > | create (const std::string &family, const std::string &name, double close_effort, double open_effort) |
|
static std::unique_ptr< Gripper > | create (std::shared_ptr< hebi::Group > &group, double close_effort, double open_effort) |
|
static std::unique_ptr< Gripper > | create (hebi::Lookup &lookup, const std::string &family, const std::string &name, double close_effort, double open_effort) |
|
◆ State
◆ ~Gripper()
hebi::arm::Gripper::~Gripper |
( |
| ) |
|
|
overridedefault |
◆ StateToDouble()
static double hebi::arm::Gripper::StateToDouble |
( |
State |
state | ) |
|
|
inlinestatic |
◆ create() [1/3]
static std::unique_ptr<Gripper> hebi::arm::Gripper::create |
( |
const std::string & |
family, |
|
|
const std::string & |
name, |
|
|
double |
close_effort, |
|
|
double |
open_effort |
|
) |
| |
|
inlinestatic |
◆ create() [2/3]
static std::unique_ptr<Gripper> hebi::arm::Gripper::create |
( |
std::shared_ptr< hebi::Group > & |
group, |
|
|
double |
close_effort, |
|
|
double |
open_effort |
|
) |
| |
|
inlinestatic |
◆ create() [3/3]
static std::unique_ptr<Gripper> hebi::arm::Gripper::create |
( |
hebi::Lookup & |
lookup, |
|
|
const std::string & |
family, |
|
|
const std::string & |
name, |
|
|
double |
close_effort, |
|
|
double |
open_effort |
|
) |
| |
|
inlinestatic |
◆ update()
bool hebi::arm::Gripper::update |
( |
Eigen::VectorXd & |
aux_state | ) |
|
|
inlineoverridevirtual |
◆ send()
bool hebi::arm::Gripper::send |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getState()
double hebi::arm::Gripper::getState |
( |
| ) |
|
|
inline |
◆ setState() [1/2]
void hebi::arm::Gripper::setState |
( |
double |
state | ) |
|
|
inline |
◆ setState() [2/2]
void hebi::arm::Gripper::setState |
( |
State |
state | ) |
|
|
inline |
◆ open()
void hebi::arm::Gripper::open |
( |
| ) |
|
|
inline |
◆ close()
void hebi::arm::Gripper::close |
( |
| ) |
|
|
inline |
◆ toggle()
void hebi::arm::Gripper::toggle |
( |
| ) |
|
|
inline |
◆ loadGains()
bool hebi::arm::Gripper::loadGains |
( |
const std::string & |
gains_file | ) |
|
|
inline |
◆ setCommand()
void hebi::arm::Gripper::setCommand |
( |
double |
value | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: