New ToF sensor
-
Hello,
I just got several new ToF sensors and need to connect them to my quadcopter. I noticed that to work correctly this sensors requires VOXL SDK >= v1.2.
Is there any way I can still use it right now with SDK v1.1.3? Do you have any code I can try it out? I really need to use them ASAP.Thanks
-
Hello,
I just got several new ToF sensors and need to connect them to my quadcopter. I noticed that to work correctly this sensors requires VOXL SDK >= v1.2.
Is there any way I can still use it right now with SDK v1.1.3? Do you have any code I can try it out? I really need to use them ASAP.Thanks
@frafrat ,
You would need to run voxl-camera-server that comes with SDK 1.2 . You can grab a deb package of recent
voxl-camera-serverbut it has other dependencies, so other packages will need to be updated from sdk 1.2. it could be a mess, but you can try it.when you install it, if there are unmet dependencies,
dpkgwill tell you. and then you will go down the rabbit hole to satisfy those dependencies and installing newer packages (you could do it by updating apt sources to use dev) : modify/etc/apt/sources.list.d/modalai.listto usedevinstead ofsdk-1.1(and thenapt-get updateand thenapt-get install <package>to get the newer version. Or you could pull the packages manually fromvoxl-packagessite.I know for sure there is one dependency that is not in
voxl-packages, which is the TOF processing library. I will check how you might be able to get it.Did you at least try to use the TOF sensor with SDK 1.2?
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login