Springs.h
Go to the documentation of this file.
1
/*
2
* Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3
*/
4
5
#pragma once
6
7
#include <
mc_rbdyn/api.h
>
8
9
#include <string>
10
#include <vector>
11
12
namespace
mc_rbdyn
13
{
14
16
struct
MC_RBDYN_DLLAPI
Springs
17
{
19
std::vector<std::string> springsBodies = {};
21
std::vector<std::string> afterSpringsBodies = {};
23
std::vector<std::vector<std::string>> springsJoints = {};
24
};
25
26
}
// namespace mc_rbdyn
mc_rbdyn::Springs
Definition:
Springs.h:16
api.h
MC_RBDYN_DLLAPI
#define MC_RBDYN_DLLAPI
Definition:
api.h:50
mc_rbdyn
Definition:
generic_gripper.h:14
include
mc_rbdyn
Springs.h
Generated by
1.8.17