hebiros_group_physical.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "group.hpp"
4 #include "group_info.hpp"
5 #include "hebiros_group.h"
6 
8 
9  public:
10 
11  std::shared_ptr<hebi::Group> group_ptr;
13 
14  HebirosGroupPhysical(std::shared_ptr<hebi::Group> group);
15  virtual ~HebirosGroupPhysical();
16 
17  void setFeedbackFrequency(float frequency_hz) override;
18  void setCommandLifetime(float lifetime_ms) override;
19 
20 };
A list of Info objects that can be received from a Group of modules; the size() must match the number...
Definition: group_info.hpp:14
HebirosGroupPhysical(std::shared_ptr< hebi::Group > group)
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