tutorials::floatingObject: Added rigidBodyState functionObject
This commit is contained in:
@ -51,4 +51,14 @@ maxCo 1;
|
|||||||
maxAlphaCo 1;
|
maxAlphaCo 1;
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
functions
|
||||||
|
{
|
||||||
|
rigidBodyState
|
||||||
|
{
|
||||||
|
type rigidBodyState;
|
||||||
|
libs ("librigidBodyState.so");
|
||||||
|
angleFormat degrees;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user