Mujoco KDL Wrapper  0.2.2
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_
mj_kdl::SceneObject table_obj_
std::string table_mount_site_
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 63 of file test_table_scene.cpp.

Member Function Documentation

◆ SetUp()

◆ TearDown()

void TableSceneTest::TearDown ( )
inlineoverrideprotected

Definition at line 141 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 71 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ dyn_

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

Definition at line 76 of file test_table_scene.cpp.

Referenced by SetUp().

◆ fk_

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

Definition at line 75 of file test_table_scene.cpp.

Referenced by SetUp().

◆ mjcf_

std::string TableSceneTest::mjcf_
protected

Definition at line 66 of file test_table_scene.cpp.

Referenced by SetUp().

◆ model_

mjModel* TableSceneTest::model_ = nullptr
protected

Definition at line 70 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ n_

unsigned TableSceneTest::n_ = 0
protected

Definition at line 78 of file test_table_scene.cpp.

Referenced by SetUp().

◆ q_home_

KDL::JntArray TableSceneTest::q_home_
protected

Definition at line 79 of file test_table_scene.cpp.

Referenced by SetUp().

◆ s_

mj_kdl::Robot TableSceneTest::s_
protected

Definition at line 72 of file test_table_scene.cpp.

Referenced by SetUp(), and TearDown().

◆ s_cleaned_

bool TableSceneTest::s_cleaned_ = false
protected

Definition at line 73 of file test_table_scene.cpp.

Referenced by TearDown().

◆ spec_

mj_kdl::SceneSpec TableSceneTest::spec_
protected

Definition at line 67 of file test_table_scene.cpp.

Referenced by SetUp().

◆ table_mount_site_

std::string TableSceneTest::table_mount_site_
protected

Definition at line 69 of file test_table_scene.cpp.

Referenced by SetUp().

◆ table_obj_

mj_kdl::SceneObject TableSceneTest::table_obj_
protected

Definition at line 68 of file test_table_scene.cpp.

Referenced by SetUp().


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