Nick
Nick
As I understand `CodeSurfer` is intended to use with `mdx-deck@3` since it has a corresponding peer dependency: `"mdx-deck": "3.0.10"`
For me latest `@vue/runtime-dom` is also conflicting internally. excluding `**/*.stories.ts` and including `vite/client` doesn't prevent `@vue/runtime-dom` having conflict with `@types/react`. I have no idea where VS Code's TS might grab...
+1 3.5.3 is also very slow for us
The bitter truth now is that you should use [esbuild plugin](https://www.npmjs.com/package/rollup-plugin-esbuild) instead of this one. And if you want a type checking you just need to run `tsc -noEmit` directly...
Yep, sorry, for producing `d.ts` you should run tsc directly in an extra step with the `emitDeclarationOnly` option enabled (in this case you don't need `noEmit` anymore since it will...
What FPS is to be expected on Raspberry Pi 3? We have only ~4 fps for 720p and ~8fps for 480p with `track_targets`. I think it's very low for landing.
@fnoop Thank you for your feedback! And some other important questions :) What companion computer did you use for your precision landing initially? Was it successful and durable? Do you...
@fnoop Thanks for the expanded answer. Good luck and we are looking forward :) Also we've started playing with maverick.
We've noticed CPU consumption is only about 30% for only one core when `track_targets` is running.
Also there is the hypothetical option to try artoolkit with RTAndroid OS (or android with odroid) due to some [artoolkit android ARM optimizations](https://archive.artoolkit.org/documentation/doku.php?id=1_Getting_Started:about_feature_comparison) (don't know if it's true for linux)....