hebiros_group_physical.cpp
Go to the documentation of this file.
3 
4 HebirosGroupPhysical::HebirosGroupPhysical(std::shared_ptr<hebi::Group> group) :
5  HebirosGroup(), group_ptr(group), group_info(group->size()) {
6 }
7 
9  group_ptr->clearFeedbackHandlers();
10 }
11 
13  group_ptr->setFeedbackFrequencyHz(frequency_hz);
14 }
15 
17  group_ptr->setCommandLifetimeMs(lifetime_ms);
18 }
HebirosGroupPhysical(std::shared_ptr< hebi::Group > group)
static constexpr size_t size(Tuple< Args... > &)
Provides access to the number of elements in a tuple as a compile-time constant expression.
std::shared_ptr< hebi::Group > group_ptr
void setCommandLifetime(float lifetime_ms) override
void setFeedbackFrequency(float frequency_hz) override


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:08:14