microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
64 stars 17 forks source link

Azure Kinect - ROS in Nvidia Jetson #102

Closed omerKurkutlu closed 9 months ago

omerKurkutlu commented 10 months ago

I need to use azure kinect with ros in jetson nano. Currently I use ubuntu 20.04 in Jetson. Actually I followed this link which is working fine (standalone) when I run the SDK with command ./bin/k4aviewer in the Azure-Kinect_Sensor_SDK/build directory. But I need to use azure kinect with ROS. So then I seach k4a in terminal, I don't see it.

Then, I look for this website(Offical GitHub) ARM64 users, please use the same instructions, but use https://packages.microsoft.com/ubuntu/18.04/multiarch/prod for the repository path instead of the default https://packages.microsoft.com/ubuntu/18.04/prod. But I use ubuntu 20.04. So, I look for https://packages.microsoft.com/ubuntu/20.04/prod which is available but for ARM64 user https://packages.microsoft.com/ubuntu/20.04/multiarch/prod is not there.

So in short I am able to use SDK standalone but not with ROS. I need .../20.04/multiarch/prod or another way to run this SDK in ROS with ./bin/k4aviewer Also I am open for all suggestions...

mbearup commented 9 months ago

Closing as duplicate of #101