# VOXL packages for x86_64 architecture

Source: https://forum.modalai.com/topic/2619/voxl-packages-for-x86_64-architecture
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-09-04 07:56:42 UTC by kerct
Replies: 3 · Views: 811

## kerct · 2023-09-04 07:56:42 UTC

I am trying to simulate the VOA behaviour from voxl-vision-hub on my laptop which is based on the x86_64 architecture and running Ubuntu 22.04. I extracted some of the code from the Gitlab, but realised that there are dependencies on libraries such as libmodalcv and librc-math. 

However, I am unable to import the .so files to my project as they are built for aarch64 (arm64).

![bd01a884-60bd-4a7e-b7ab-c82ab67718a7-image.png](https://forum.modalai.com/assets/uploads/files/1693812904525-bd01a884-60bd-4a7e-b7ab-c82ab67718a7-image.png) 

I tried to download the source code online to recompile it myself but I am unable to find the code for libmodalcv. For librc-math, I am also unable to compile it myself (see screenshot).

![e3752078-4373-46cc-b8e4-3e343386c533-image.png](https://forum.modalai.com/assets/uploads/files/1693813666143-e3752078-4373-46cc-b8e4-3e343386c533-image.png) 

Can the packages compiled for x86_64 be made available? This would be very helpful to simulate multi-drone behaviour in SITL before deploying on hardware.

## Reply by kerct · 2023-09-05 03:31:36 UTC

@kerct I managed to compile librc-math by writing my own cmakelist. Can we either get the code for libmodalcv and voxl_common_config (I can't find them on gitlab), or the libraries built for x86_64?

## Reply by Moderator (ModalAI staff) · 2023-09-05 22:36:49 UTC (in reply to kerct)

@kerct libmodalcv is an abstraction layer to some proprietary Qualcomm code that runs on the Computer Vision DSP. There isn't an x86 equivalent

## Reply by kerct · 2023-09-06 07:03:02 UTC (in reply to Moderator)

@Moderator Besides extracting out the libraries and running them on an ARM based computer, how else can we simulate VOXL's behaviour? From what I understand for HITL, we are only interfacing with voxl-px4 but not other services like voxl-vision-hub.
