[Paraview] VRPlugin - VRPN ModelTransformMAtrix Grab problem

Emiliano Pastorelli hogancito at gmail.com
Fri Feb 14 07:31:04 EST 2014


Hi guys,

i am testing the VRPlugin (VRPN connection only at the moment due to the 
issues i had with the VRUI connection) with a Razer Hydra joystik.

The tracking of the position is fine, but when i connect one of the two 
joysticks and its three buttons to the grab of the ModelTransformMAtrix, 
i get a weird problem with the translate. The rotation and the reset 
word ones work like a charm, but when i click the translate world button 
(in the state file below, the Hydra.L2) the scene starts bouncing and 
flickering almost out of control. I see that it also translates, but it 
rotates around with this flicker also if i'm not even touching the 
tracked wand.

Any idea on what might be causing that?

Best,
H

<VRPluginState>
   <VRConnectionManager>
     <VRPNConnection name="Hydra" address="Tracker0 at localhost">
       <Button id="0" name="L0"/>
       <Button id="1" name="L1"/>
       <Button id="2" name="L2"/>
       <Tracker id="0" name="LeftW"/>
       <Tracker id="1" name="RightW"/>
     </VRPNConnection>
   </VRConnectionManager>
   <VRInteractorStyles>
     <Style class="vtkVRGrabWorldStyle" proxyName="RenderView1" 
proxy="269" property="ModelTransformMatrix">
       <Button role="Reset world" name="Hydra.L0"/>
       <Button role="Rotate world" name="Hydra.L1"/>
       <Button role="Translate world" name="Hydra.L2"/>
       <Tracker role="Tracker" name="Hydra.LeftW"/>
     </Style>
   </VRInteractorStyles>
</VRPluginState>


More information about the ParaView mailing list