seanrivera / rosploit

rosploit tools
MIT License
15 stars 1 forks source link

Error running the tool #2

Open rodrigoaantunes opened 3 years ago

rodrigoaantunes commented 3 years ago

Hi, I'm trying to use your tool but it is giving me some errors, maybe related to the the python version, can you tell me the version required? I'm using 3.6.

You can see the errors I'm getting here:

https://imgur.com/a/9dYzZch

seanrivera commented 3 years ago

Thanks for bringing this to my attention. It looks like python 3.6+ is stricter on the type hints than 3.5. I've updated it to fix the issue, please let me know if you have any others.

rodrigoaantunes commented 3 years ago

Now I'm getting this error, maybe related to ros version? I'm using melodic.

https://imgur.com/a/H9x8qtO

seanrivera commented 3 years ago

Can you give me any more details on how you caused that error?

rodrigoaantunes commented 3 years ago

I'm getting the error in the picture when I select the first option of the menu, "Run a scan of the system". I think I need to run this option first before using the other options, right? It seems the tool can't connect to the ROS system. Do I need to configure something prior to using the tool or just have ros running will do?

All the requirements were installed successfully, without any erros.

This is my system:

Ubuntu 18.04.4 Python 3.6.9 ROS Melodic

The error:

https://imgur.com/a/H9x8qtO

LuckyJQ commented 3 years ago

I'm getting the error in the picture when I select the first option of the menu, "Run a scan of the system". I think I need to run this option first before using the other options, right? It seems the tool can't connect to the ROS system. Do I need to configure something prior to using the tool or just have ros running will do?

All the requirements were installed successfully, without any erros.

This is my system:

Ubuntu 18.04.4 Python 3.6.9 ROS Melodic

The error:

https://imgur.com/a/H9x8qtO

I have the same problem, did you solve it? My environment is the same as yours.

rodrigoaantunes commented 3 years ago

I'm getting the error in the picture when I select the first option of the menu, "Run a scan of the system". I think I need to run this option first before using the other options, right? It seems the tool can't connect to the ROS system. Do I need to configure something prior to using the tool or just have ros running will do? All the requirements were installed successfully, without any erros. This is my system: Ubuntu 18.04.4 Python 3.6.9 ROS Melodic The error: https://imgur.com/a/H9x8qtO

I have the same problem, did you solve it? My environment is the same as yours.

Not yet, I tried different python versions without luck. I tried to fix the errors too, but once I fix one another appears. The error in the picture is because it tries to access an index of an int type, the code was expecting a list type, the topic list isn't formatted as expected by the code, it is easy to fix but then other errors appears.

white-poplar404 commented 2 years ago

hey,I have the same problem, did you solve it?