|
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 10 of file SimRobot.h.
|
default |
SimRobot | ( | VirtualRobot::RobotPtr | robot | ) |
Definition at line 8 of file SimRobot.cpp.
VirtualRobot::mujoco::RobotMjcf mjcf {robot} |
The robot MJCF model.
Definition at line 22 of file SimRobot.h.
VirtualRobot::RobotPtr robot |
The VirtualRobot robot.
Definition at line 19 of file SimRobot.h.