|
A robot in simulation. More...
#include <ArmarXSimulation/components/Simulator/mujoco/SimRobot.h>
Public Member Functions | |
SimRobot () | |
SimRobot (VirtualRobot::RobotPtr robot) | |
Public Attributes | |
VirtualRobot::mujoco::RobotMjcf | mjcf { robot } |
The robot MJCF model. More... | |
VirtualRobot::RobotPtr | robot |
The VirtualRobot robot. More... | |
A robot in simulation.
Definition at line 12 of file SimRobot.h.
|
default |
SimRobot | ( | VirtualRobot::RobotPtr | robot | ) |
Definition at line 11 of file SimRobot.cpp.
VirtualRobot::mujoco::RobotMjcf mjcf { robot } |
The robot MJCF model.
Definition at line 29 of file SimRobot.h.
VirtualRobot::RobotPtr robot |
The VirtualRobot robot.
Definition at line 26 of file SimRobot.h.