Mujoco KDL Wrapper  0.2.2
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
MjcfVelCtrlTest Class Reference
Inheritance diagram for MjcfVelCtrlTest:

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 32 of file test_mjcf_vel_ctrl.cpp.

Member Function Documentation

◆ SetUp()

◆ TearDown()

void MjcfVelCtrlTest::TearDown ( )
inlineoverrideprotected

Definition at line 70 of file test_mjcf_vel_ctrl.cpp.

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

Member Data Documentation

◆ data_

mjData* MjcfVelCtrlTest::data_ = nullptr
protected

Definition at line 37 of file test_mjcf_vel_ctrl.cpp.

Referenced by SetUp(), and TearDown().

◆ model_

mjModel* MjcfVelCtrlTest::model_ = nullptr
protected

Definition at line 36 of file test_mjcf_vel_ctrl.cpp.

Referenced by SetUp(), and TearDown().

◆ n_

unsigned MjcfVelCtrlTest::n_ = 0
protected

Definition at line 39 of file test_mjcf_vel_ctrl.cpp.

Referenced by SetUp().

◆ root_

fs::path MjcfVelCtrlTest::root_
protected

Definition at line 35 of file test_mjcf_vel_ctrl.cpp.

◆ s_

mj_kdl::Robot MjcfVelCtrlTest::s_
protected

Definition at line 38 of file test_mjcf_vel_ctrl.cpp.

Referenced by SetUp(), and TearDown().


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