|
Mujoco KDL Wrapper
0.3.18
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#include <mj_kdl_wrapper.hpp>
Public Attributes | |
| std::string | name |
| std::string | body |
| double | pos [3] |
| double | quat [4] = { 0.0, 0.0, 0.0, 1.0 } |
| double | fovy |
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().
pos and fovy have no defaults: there is no neutral camera position or field of view, so the caller must specify both. quat defaults to identity.
Definition at line 239 of file mj_kdl_wrapper.hpp.
| std::string mj_kdl::CameraSpec::body |
Definition at line 242 of file mj_kdl_wrapper.hpp.
| double mj_kdl::CameraSpec::fovy |
Definition at line 245 of file mj_kdl_wrapper.hpp.
| std::string mj_kdl::CameraSpec::name |
Definition at line 241 of file mj_kdl_wrapper.hpp.
| double mj_kdl::CameraSpec::pos[3] |
Definition at line 243 of file mj_kdl_wrapper.hpp.
| double mj_kdl::CameraSpec::quat[4] = { 0.0, 0.0, 0.0, 1.0 } |
Definition at line 244 of file mj_kdl_wrapper.hpp.