#include "Body.h"
#include "Link.h"
#include "LinkTraverse.h"
#include "Sensor.h"
#include "ForwardDynamicsCBM.h"
#include <boost/format.hpp>
Go to the source code of this file.
- Author
- Shin'ichiro Nakaoka
Definition in file ForwardDynamicsCBM.cpp.
◆ putMatrix()
template<class TMatrix >
static void putMatrix |
( |
TMatrix & |
M, |
|
|
char * |
name |
|
) |
| |
|
static |
◆ putVector()
template<class TVector >
static void putVector |
( |
TVector & |
M, |
|
|
char * |
name |
|
) |
| |
|
static |
◆ CALC_ALL_JOINT_TORQUES
const bool CALC_ALL_JOINT_TORQUES = false |
|
static |
◆ debugMode
const bool debugMode = false |
|
static |
◆ ROOT_ATT_NORMALIZATION_ENABLED
const bool ROOT_ATT_NORMALIZATION_ENABLED = false |
|
static |