SimRobot.cpp
Go to the documentation of this file.
1#include "SimRobot.h"
2
3namespace mujoco
4{
5
6 SimRobot::SimRobot() = default;
7
11
12} // namespace mujoco
VirtualRobot::RobotPtr robot
The VirtualRobot robot.
Definition SimRobot.h:19
std::shared_ptr< class Robot > RobotPtr
Definition Bus.h:19