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

Not able to access "quaternion" data #53

Open
palmerabollo opened this issue Oct 11, 2015 · 2 comments
Open

Not able to access "quaternion" data #53

palmerabollo opened this issue Oct 11, 2015 · 2 comments

Comments

@palmerabollo
Copy link
Contributor

I can't find a streamQuaternionfunction. Is there any way to get a stream of data from that datasource (the same way you can do with imu, gyroscope, etc)? Thanks.

@deadprogram
Copy link
Member

Hi, @palmerabollo

You should be able to stream that using the dataStreaming function, similar to how this example does:

dataSources: ["locator", "accelOne", "velocity"]

Just make sure that you request the quaternion data in the list of dataSources and it should return that data:

dataSources: ["quaternionQ0", "quaternionQ1", "quaternionQ2", "quaternionQ3"]

Please let me know if that works for you.

@deadprogram
Copy link
Member

Hi, @palmerabollo

Did you ever get a change to try this out? I think you would want dataSources: ["quaternion"] actually, not the individual items.

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

2 participants