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

#include <mj_kdl_wrapper.hpp>

Public Attributes

std::string name
 
double pos [3] = { 0.0, 0.0, 1.0 }
 
double euler [3] = { 0.0, 0.0, 0.0 }
 
double fovy = 45.0
 

Detailed Description

A named fixed camera to add to the world body of the scene. After build_scene() the camera is accessible by name via get_camera_names() and can be activated on a Viewer or VideoRecorder with use_camera().

Definition at line 124 of file mj_kdl_wrapper.hpp.

Member Data Documentation

◆ euler

double mj_kdl::CameraSpec::euler[3] = { 0.0, 0.0, 0.0 }

Definition at line 128 of file mj_kdl_wrapper.hpp.

◆ fovy

double mj_kdl::CameraSpec::fovy = 45.0

Definition at line 129 of file mj_kdl_wrapper.hpp.

◆ name

std::string mj_kdl::CameraSpec::name

Definition at line 126 of file mj_kdl_wrapper.hpp.

Referenced by main().

◆ pos

double mj_kdl::CameraSpec::pos[3] = { 0.0, 0.0, 1.0 }

Definition at line 127 of file mj_kdl_wrapper.hpp.


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