Mujoco KDL Wrapper  0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
Loading...
Searching...
No Matches
mj_kdl::ResetContext Struct Reference

#include <mj_kdl_wrapper.hpp>

Public Attributes

Envenv = nullptr
 
mjModel * model = nullptr
 
mjData * data = nullptr
 
const ResetOptionsoptions = nullptr
 
ResetInfoinfo = nullptr
 

Detailed Description

Runtime context passed to Env::on_reset after MuJoCo data has been reset and before mj_forward() and robot command-port synchronisation.

Definition at line 296 of file mj_kdl_wrapper.hpp.

Member Data Documentation

◆ data

mjData* mj_kdl::ResetContext::data = nullptr

Definition at line 300 of file mj_kdl_wrapper.hpp.

◆ env

Env* mj_kdl::ResetContext::env = nullptr

Definition at line 298 of file mj_kdl_wrapper.hpp.

◆ info

ResetInfo* mj_kdl::ResetContext::info = nullptr

Definition at line 302 of file mj_kdl_wrapper.hpp.

◆ model

mjModel* mj_kdl::ResetContext::model = nullptr

Definition at line 299 of file mj_kdl_wrapper.hpp.

◆ options

const ResetOptions* mj_kdl::ResetContext::options = nullptr

Definition at line 301 of file mj_kdl_wrapper.hpp.


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