|
Mujoco KDL Wrapper
0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#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 |
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.
| double mj_kdl::CameraSpec::euler[3] = { 0.0, 0.0, 0.0 } |
Definition at line 128 of file mj_kdl_wrapper.hpp.
| double mj_kdl::CameraSpec::fovy = 45.0 |
Definition at line 129 of file mj_kdl_wrapper.hpp.
| std::string mj_kdl::CameraSpec::name |
Definition at line 126 of file mj_kdl_wrapper.hpp.
Referenced by main().
| double mj_kdl::CameraSpec::pos[3] = { 0.0, 0.0, 1.0 } |
Definition at line 127 of file mj_kdl_wrapper.hpp.