bryceikeda / FetchRelaxedIKHoloLens

Fetch robot inverse kinematics with relaxed IK. Similar to moveit
5 stars 1 forks source link

Cannot deploy the project on HoloLens 2 #1

Open feifan1124 opened 1 year ago

feifan1124 commented 1 year ago

I followed the tutorial and finished all the settings. It can connect the ros and control the robot in Unity. However, when I tried to deploy the project on HoloLens 2 by visual studio 2019. It shows 2 errors which are shown in the picture.

vs_error

Could anyone please help me? Thanks.

bryceikeda commented 1 year ago

Hi @feifan1124, I personally have not run into this error mostly because I do most of my work using Holographic remoting so that I don't need to physically deploy anything to the HoloLens. It's much faster this way. I have seen comments on other threads that the first error is caused by the project/build is on a shared directory rather than the local disk. Could this be the case for you?