#include <RBDyn/RBDyn/MultiBodyConfig.h>
Convert a MultiBodyConfig to another MultiBodyConfig of the same MultiBodyGraph. This class only convert q, alpha, alphaD and force.
◆ ConfigConverter()
◆ convert()
◆ convertJoint() [1/2]
template<typename T >
std::vector< T > rbd::ConfigConverter::convertJoint |
( |
const std::vector< T > & |
from | ) |
const |
|
inline |
◆ convertJoint() [2/2]
template<typename T >
void rbd::ConfigConverter::convertJoint |
( |
const std::vector< T > & |
from, |
|
|
std::vector< T > & |
to |
|
) |
| const |
|
inline |
Convert a vector representing joint data. The first joint (base) is ignored.
◆ sConstructor()
safe version of
- See also
- ConfigConverter.
- Exceptions
-
std::domain_error | If mb don't match mbc. |
◆ sConvert()
safe version of
- See also
- convert.
- Exceptions
-
std::domain_error | If mb don't match mbc. |
◆ sConvertJoint()
template<typename T >
void rbd::ConfigConverter::sConvertJoint |
( |
const std::vector< T > & |
from, |
|
|
std::vector< T > & |
to |
|
) |
| const |
|
inline |
safe version of
- See also
- convertJoint.
- Exceptions
-
std::domain_error | If mb don't match mbc. |
The documentation for this class was generated from the following file: