locusrobotics / qgis_ros

ROS QGIS Plugin prototype
MIT License
45 stars 9 forks source link

plugin is incompatible with QGIS version #11

Closed sharish33 closed 4 years ago

sharish33 commented 4 years ago

Hi,

I found this page useful in my project and I tried to use the plugin.I have successfully installed the QGIS and plugin. But when i open the plugin to enable qgis_ros , it is showing the below error.

"This plugin is incompatible with this version of QGIS Plugin designed for QGIS 3.0 - 3.99"

I also tried to do some work arounds to resolve the issue but not successful. Any suggested resolution will be great and helpful.

Best Regards, Hareesh

error

ablakey commented 4 years ago

Sorry to hear that.

What versions are you running of:

sharish33 commented 4 years ago

Hi Ablakey,

Thank you for your reply. I installed the QGIS 2.18 previously which shows the version incompatible error. Now I removed the QGIS 2.18 totally and trying to install QGIS 3.x , but resulting in errors. This question may be not belong here but if you have faced such issues please could you suggest some solution.

image

What versions are you running of:

  • QGIS - (Trying to install 3.x)
  • Your OS -(Ubuntu 16.04)
  • Python 3 - ( python 3.5)

Best Regards, Hareesh

ablakey commented 4 years ago

Yeah unfortunately I cannot help you too much with that. What I can say is that I did have trouble reconciling the right version of everything I needed to make QGIS + ROS + Python 3 all behave properly together in Ubuntu 16.04. I had a lot more success in Ubuntu 18.04. You might consider trying this on a machine or VM running 18.04.

sharish33 commented 4 years ago

Thank you.

I finally installed QGIS 3.x in 16.04 and qgis_ros Plugin is enabled now.For may be someone who is struggling with the same issue, below is the useful link for installation using Package Manager Aptitude -

https://stackoverflow.com/a/42048214

Best Regards, Hareesh