Skip to content

Commit

Permalink
Added vix conf file for ergoCub teleop no iFeel
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra authored Nov 7, 2023
1 parent 2198f7a commit dcb576c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions conf/app/HumanStateVisualizer_ergoCub_openxr.ini
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"

0 comments on commit dcb576c

Please sign in to comment.