Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 22, 2024
1 parent 3697226 commit 3c53a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/wholeBodyDynamics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For an overview on `wholeBodyDynamics` and to understand how to run the device,
|:--------------:|:--------------:|:-----------------:|:-----:|:-------------:|:--------:|:-----------------------------------------------------------------:|:-----:|
| axesNames | - | vector of strings | - | - | Yes | Ordered list of the axes that are part of the remapped device. | |
| additionalConsideredFixedJoints | - | vector of strings | - | - | No | Optional list of fixed joints being omitted by the URDF model parser but are needed to be considered in the joint list. | |
| nonConsideredAxesPositions | - | complex structure, like (("nameOfJoint", 10.0), ("otherJoint", 12.0)) | - | - | No | Specify values for joints that are not in axesNames. The positions values specified in radians for revolute joints, and meters for prismatic joints. | |
| nonConsideredAxesPositions | - | complex structure, like ((nameOfJoint, 10.0), (nameOfotherJoint, 12.0)) | - | - | No | Specify values for joints that are not in axesNames. The positions values specified in radians for revolute joints, and meters for prismatic joints. | |
| modelFile | - | path to file | - | model.urdf | No | Path to the URDF file used for the kinematic and dynamic model. | |
| assume_fixed | | frame name | - | - | No | If it is present, the initial kinematic source used for estimation will be that specified frame is fixed, and its gravity is specified by fixedFrameGravity. The IMU related parameters from the configuration are not used if this parameter exists. Otherwise, the default IMU will be used. | |
| fixedFrameGravity | - | vector of doubles | m/s^2 | - | Yes | Gravity of the frame that is assumed to be fixed, if the kinematic source used is the fixed frame. | |
Expand Down

0 comments on commit 3c53a42

Please sign in to comment.