ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

KS's profile - activity

2019-04-18 19:22:47 -0500 received badge  Famous Question (source)
2018-04-19 00:28:13 -0500 received badge  Notable Question (source)
2018-04-19 00:28:13 -0500 received badge  Popular Question (source)
2016-01-29 11:00:14 -0500 received badge  Notable Question (source)
2015-06-29 04:13:35 -0500 asked a question Hi, Im working on a wifi - location system and need a ROS - Package for indigo as basis. Could anyone let me know if there is a functioning Package that i could use.

Links would be much appreciated.

2015-06-24 08:51:03 -0500 asked a question Is the package wifi_tools only compatible with ROS groovy?
2015-06-24 08:24:01 -0500 answered a question Using wiifi_ddwrt Package

Hi, Thank you for your answer. I already installed pr2_msgs but I still get the error: ImportError: cannot import name AccessPoint (It refers to line 42 in the code of "analysis"). I tried commenting out line 42, after doing that I dont get the error anymore but the node doesnt seem to function... Is anyone working with this package who can help me find the problem?

2015-06-24 07:24:09 -0500 received badge  Popular Question (source)
2015-06-17 10:58:07 -0500 asked a question Using wiifi_ddwrt Package

Hi,

I'm trying to work with the wifi_ddwrt Package on indigo. But, Im having trouble.

First I installed the Package by giving the Source in the terminal:

git clone https://github.com/ros-drivers/wifi_d...

After that I tried to execute the nodes (analysis, ddwrt, etc ) :

~/catkin_ws$ rosrun wifi_ddwrt analysis

and an error occured:

  1. ImportError: cannot import name pr2_msgs

and after I installed std_msgs

  1. ImportError: cannot import name AccessPoint

Is there anything that Im doing wrong? Would you guide me through the installation and execution of the Package/nodes?

Thank you in advance for your help.

2015-06-17 10:58:06 -0500 asked a question Using wifi_ddwrt

Hi,

I'm trying to work with the wifi_ddwrt Package that you maintain on indigo. But, Im having trouble.

First I installed the Package by giving the Source in the terminal:

git clone https://github.com/ros-drivers/wifi_d...

After that I tried to execute the nodes (analysis, ddwrt, etc ) :

~/catkin_ws$ rosrun wifi_ddwrt analysis

and an error occured:

  1. ImportError: cannot import name pr2_msgs

and after I installed std_msgs

  1. ImportError: cannot import name AccessPoint

Is there anything that Im doing wrong? Would you guide me through the installation and execution of the Package/nodes?

Thank you in advance for your help.