mj-kdl-wrapper  0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
TableSceneTest Class Reference
Inheritance diagram for TableSceneTest:

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

std::string mjcf_
 
mj_kdl::SceneSpec spec_
 
mjModel * model_ = nullptr
 
mjData * data_ = nullptr
 
mj_kdl::Robot s_
 
bool s_cleaned_ = false
 
std::unique_ptr< KDL::ChainFkSolverPos_recursive > fk_
 
std::unique_ptr< KDL::ChainDynParam > dyn_
 
unsigned n_ = 0
 
KDL::JntArray q_home_
 

Detailed Description

Definition at line 80 of file test_table_scene.cpp.

Member Function Documentation

◆ SetUp()

◆ TearDown()

void TableSceneTest::TearDown ( )
inlineoverrideprotected

Definition at line 165 of file test_table_scene.cpp.

References mj_kdl::cleanup(), data_, mj_kdl::destroy_scene(), model_, s_, and s_cleaned_.

Member Data Documentation

◆ data_

mjData* TableSceneTest::data_ = nullptr
protected

Definition at line 86 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ dyn_

std::unique_ptr<KDL::ChainDynParam> TableSceneTest::dyn_
protected

Definition at line 91 of file test_table_scene.cpp.

Referenced by SetUp().

◆ fk_

std::unique_ptr<KDL::ChainFkSolverPos_recursive> TableSceneTest::fk_
protected

Definition at line 90 of file test_table_scene.cpp.

Referenced by SetUp().

◆ mjcf_

std::string TableSceneTest::mjcf_
protected

Definition at line 83 of file test_table_scene.cpp.

Referenced by SetUp().

◆ model_

mjModel* TableSceneTest::model_ = nullptr
protected

Definition at line 85 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ n_

unsigned TableSceneTest::n_ = 0
protected

Definition at line 93 of file test_table_scene.cpp.

Referenced by SetUp().

◆ q_home_

KDL::JntArray TableSceneTest::q_home_
protected

Definition at line 94 of file test_table_scene.cpp.

Referenced by SetUp().

◆ s_

mj_kdl::Robot TableSceneTest::s_
protected

Definition at line 87 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ s_cleaned_

bool TableSceneTest::s_cleaned_ = false
protected

Definition at line 88 of file test_table_scene.cpp.

Referenced by TearDown().

◆ spec_

mj_kdl::SceneSpec TableSceneTest::spec_
protected

Definition at line 84 of file test_table_scene.cpp.

Referenced by SetUp().


The documentation for this class was generated from the following file: