HoangGiang93 / URoboViz

Unreal plugin for robot visualisation using ROS connecting with WebSockets.
MIT License
67 stars 7 forks source link

Problem on installation #10

Closed MiloDeroussi closed 3 weeks ago

MiloDeroussi commented 3 weeks ago

Hello, I'm trying to install your plugin for a project. But I'm having a lot of trouble installing it and I haven't found any solutions, so I'm asking for your help.

I followed the tutorial in the wiki for Unreal version 4.27.2. Everything passes compilation, but when I try to relaunch with CTRL+SHIFT+D I get the following errors:

Capture d’écran du 2024-09-18 06-56-30

Capture d’écran du 2024-09-18 06-59-40

In the terminal, I also have these warnings when the crash occurs:

Capture d’écran du 2024-09-18 08-35-24

Do you have any idea how I could fix these ?

HoangGiang93 commented 3 weeks ago

I haven't encountered this error before. It looks like the UASSET files weren't cloned properly. Did you install git lfs?

MiloDeroussi commented 3 weeks ago

Thank you it was indeed one of the problem. If anyone as similar warning, you should to link your libpgm to specificaly 5.2 version : sudo ln -s /path/to/libpgm-5.3.so.0 /usr/lib/libpgm-5.2.so.0