prepare state logging system (log state of robot, vr controllers after each stepSimulation)
This commit is contained in:
@@ -611,6 +611,14 @@ enum eVRCameraEnums
|
||||
VR_CAMERA_ROOT_TRACKING_OBJECT=4
|
||||
};
|
||||
|
||||
enum eRobotLoggingEnums
|
||||
{
|
||||
ROBOT_LOGGING_START_MINITAUR_LOG=1,
|
||||
ROBOT_LOGGING_STOP_MINITAUR_LOG=1,
|
||||
ROBOT_LOGGING_START_GENERIC_LOG=1,
|
||||
ROBOT_LOGGING_STOP_GENERIC_LOG=1,
|
||||
};
|
||||
|
||||
struct VRCameraState
|
||||
{
|
||||
double m_rootPosition[3];
|
||||
|
||||
Reference in New Issue
Block a user