-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added vix conf file for ergoCub teleop no iFeel
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name HumanStateVisualizer | ||
|
||
# Model Configuration options | ||
modelURDFName "model.urdf" | ||
ignoreMissingLinks true | ||
visualizeWrenches false | ||
visualizeFrames true | ||
visualizeTargets true | ||
|
||
# Camera options | ||
cameraDeltaPosition (0.0, 2.0, 0.5) | ||
useFixedCamera true # if set to false, the camera follows the model base link | ||
fixedCameraTarget (0.0, 0.0, 0.0) # this option is unused when useFixedCamera is false | ||
maxVisualizationFPS 65 | ||
|
||
# Link visualization option | ||
visualizedLinksFrame (r_hand_palm l_hand_palm root_link head) | ||
linksFrameScalingFactor 0.1 | ||
|
||
# Targets visualization option | ||
visualizedTargetsFrame ( target_RightHand target_LeftHand target_Pelvis target_Head) | ||
targetsFrameScalingFactor 0.2 | ||
|
||
# Remapper Configuration | ||
humanStateDataPortName "/ergoCub/RobotStateWrapper/state:o" | ||
wearableTargetsWrapperPortName "/HDE/WearableTargetsWrapper/state:o" |