Privacy
An open-source, flexible 3D physical simulation framework
sim_common.h
Go to the documentation of this file.
1 /*
2  * Copyright 2011, 2012 DFKI GmbH Robotics Innovation Center
3  *
4  * This file is part of the MARS simulation framework.
5  *
6  * MARS is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser General Public License
8  * as published by the Free Software Foundation, either version 3
9  * of the License, or (at your option) any later version.
10  *
11  * MARS is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with MARS. If not, see <http://www.gnu.org/licenses/>.
18  *
19  */
20 
25 #ifndef MARS_INTERFACES_COMMON_H
26 #define MARS_INTERFACES_COMMON_H
27 
28 //#define DEBUG_TIME
29 #ifdef _PRINT_HEADER_
30  #warning "sim_common.h"
31 #endif
32 
33 #include "MARSDefs.h"
34 #include <mars/utils/Vector.h>
35 #include <mars/utils/Quaternion.h>
36 #include <mars/utils/Color.h>
37 #include "nodeState.h"
38 #include "contact_params.h"
39 #include "snmesh.h"
40 
41 
42 #endif // MARS_INTERFACES_COMMON_H