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

ToF 8x8 raw data? #18

Open
metanav opened this issue May 29, 2024 · 2 comments
Open

ToF 8x8 raw data? #18

metanav opened this issue May 29, 2024 · 2 comments

Comments

@metanav
Copy link

metanav commented May 29, 2024

I could not find any functions for the 8x8 raw ToF data. Also, the ucPack does not support packing/unpacking 64 data points.

@gbr1
Copy link
Collaborator

gbr1 commented May 29, 2024

Hi @metanav !

To run 8x8 mode you have to change size parameter to 8 in the constructor of SensorTofMatrix class.
To get sensor data, you can use update method and results contains measurements if update return true.

About data trasmission:
it takes quite long time to trasmit that amount of data which doesn't allow required control loop on stock firmware so we avoided the ucpack update. If you want to contribute, feel free to open a PR

@metanav
Copy link
Author

metanav commented May 30, 2024

Hi @gbr1,

Thanks for your suggestons! I would need to add code in the 3 repos! I will do one by one.
I have opened a PR at ucPack first: gbr1/ucPack#10

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