chengwei0427 / simple_gnss_localizer

A simple GNSS positioning and display demo(三维位姿数据显示在Google地图上)
41 stars 10 forks source link

How to solve this trouble :" locate node of type path_cltent_copy.py" #4

Open Shidabot opened 2 months ago

Shidabot commented 2 months ago

ERROR: cannot launch node of type [gnss locallzer/path cltent copy.py]: cannot locate node of type [path client copy.py] in package [gnss localizer]. Make sure file exists in package path and permission is set to executable (chmod +x)

chengwei0427 commented 2 months ago

Hi, @Shidabot Sorry for later reply.you can find the code in the project[simple_gnss_localizer/script].

Shidabot commented 2 months ago

Hi, @Shidabot Sorry for later reply.you can find the code in the project[simple_gnss_localizer/script].

Thank you for your reply. I found this file in [simple_gnss_localizer/script] and made it an executable file. However, after running the startup file. It still reports an error。 2024-04-23 20-08-16 的屏幕截图 I really appreciate your help!

chengwei0427 commented 2 months ago

It looks like a issue about the python script, but I had no problem running it in ubuntu16.04. I believe you can solve this problem by yourself.