Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflect new natnet options in control panel #84

Open
tblaha opened this issue Mar 16, 2023 · 0 comments
Open

Reflect new natnet options in control panel #84

tblaha opened this issue Mar 16, 2023 · 0 comments

Comments

@tblaha
Copy link

tblaha commented Mar 16, 2023

outdated config:

<program name="NatNet3">
<arg flag="-ac 9999" constant="@AC_ID"/>
<arg flag="-o"/>
<arg flag="-zf"/>
</program>

Assuming Motive 2.x is used, then the new versions of natnet2ivy.py require the following config for setting North to the far side of the cyberzoo (see wiki). I would advocate for making this the default!

 <program name="NatNet3"> 
   <arg flag="-ac 9999" constant="@AC_ID"/> 
   <arg flag="--long-edge right"/>
   <arg flag="--x-side right"/>
   <arg flag="--ac-nose far"/>
 </program> 

Or the following for when true north is desired:

 <program name="NatNet3"> 
   <arg flag="-ac 9999" constant="@AC_ID"/> 
   <arg flag="--long-edge right"/>
   <arg flag="--x-angle -23.0"/>
   <arg flag="--ac-nose far"/>
 </program> 

When Motive 1.x is used, then we need to add the -o flag with <arg flag="-o"/>.

@EwoudSmeur @fvantienen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant