![]() |
ImFusion SDK 4.3
|
#include <RoboticsPlugin/Include/ImFusion/Robotics/Model/RobotGroup.h>
Defines a named state of the joint values in the RobotChains of a particular RobotGroup. More...
Defines a named state of the joint values in the RobotChains of a particular RobotGroup.
Public Member Functions | |
| RobotGroupState (std::string name, std::string group, const std::map< std::string, std::vector< double > > &jointPos) | |
| RobotGroupState (const RobotGroupState &state) | |
| RobotGroupState & | operator= (const RobotGroupState &state) |
| std::string | name () const |
| std::string | group () const |
| std::map< std::string, std::vector< double > > | jointPos () const |