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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

fs::path root_
 
mjModel * model_ = nullptr
 
mjData * data_ = nullptr
 
mj_kdl::Robot s_
 
unsigned n_ = 0
 

Detailed Description

Definition at line 31 of file test_mjcf_pos_ctrl.cpp.

Member Function Documentation

◆ SetUp()

◆ TearDown()

void MjcfPosCtrlTest::TearDown ( )
inlineoverrideprotected

Definition at line 70 of file test_mjcf_pos_ctrl.cpp.

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

Member Data Documentation

◆ data_

mjData* MjcfPosCtrlTest::data_ = nullptr
protected

Definition at line 36 of file test_mjcf_pos_ctrl.cpp.

Referenced by SetUp(), and TearDown().

◆ model_

mjModel* MjcfPosCtrlTest::model_ = nullptr
protected

Definition at line 35 of file test_mjcf_pos_ctrl.cpp.

Referenced by SetUp(), and TearDown().

◆ n_

unsigned MjcfPosCtrlTest::n_ = 0
protected

Definition at line 38 of file test_mjcf_pos_ctrl.cpp.

Referenced by SetUp().

◆ root_

fs::path MjcfPosCtrlTest::root_
protected

Definition at line 34 of file test_mjcf_pos_ctrl.cpp.

Referenced by SetUp().

◆ s_

mj_kdl::Robot MjcfPosCtrlTest::s_
protected

Definition at line 37 of file test_mjcf_pos_ctrl.cpp.

Referenced by SetUp(), and TearDown().


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