Skip to content

Commit 227296e

Browse files
committed
Formatting commit.
1 parent 5a8d765 commit 227296e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/sim/SimRobot.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#ifndef RCS_SIMROBOT_H
22
#define RCS_SIMROBOT_H
33

4-
#include <numbers>
5-
64
#include <mujoco/mujoco.h>
75
#include <rcs/Kinematics.h>
86
#include <rcs/Pose.h>
97
#include <rcs/Robot.h>
108
#include <rcs/utils.h>
119

10+
#include <numbers>
11+
1212
#include "sim/sim.h"
1313

1414
namespace rcs {

0 commit comments

Comments
 (0)