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

adhoc_communication errors with Indigo on Ubuntu Trusty [closed]

asked 2015-12-01 20:28:00 -0500

thekamz gravatar image

Hi all,

I've been trying to get the adhoc_communication package to work with little success. The Ubuntu package isn't functional (see my question, now answered, here) so I did a catkin build from the git repo aau-ros/aau_multi_robot.

I got it to build and run, but after running get these errors (shown for a 2-robot simulation, but the result is the same for any number):

[ERROR] [1449022254.591547698]: ADD TO WHITELIST: robot_0 [02-01-00-00-00-00]
[ERROR] [1449022254.591746883]: ADD TO WHITELIST: robot_1 [02-02-00-00-00-00]

As well as:

[ERROR] [1449022254.696141673]: ADD TO WHITELIST: robot_0 [02-01-00-00-00-00]
[ERROR] [1449022254.696208765]: ADD TO WHITELIST: robot_1 [02-02-00-00-00-00]
Error for wireless request "Set Tx Power" (8B26) :
Error for wireless request "Set Tx Power" (8B26) :
    SET failed on device lo ; Operation not supported.
    SET failed on device lo ; Operation not supported.
[ERROR] [1449022254.879184277]: NEW NEIGHBOR: NAME[robot_0]
[ERROR] [1449022254.879193182]: NEW NEIGHBOR: NAME[robot_1]

My first thought was that I had not correctly set the SUID bit as described in the wiki, but this was not the problem.

I'd really appreciate any ideas as to how to fix this issue.

For reference, I'm using the launch and configuration files posted by user Micha in this thread with the only difference being a different Stage world file.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2017-04-20 13:42:13.959722

Comments

Hi , I'm facing the same issue, were you able to fix this?

aravindp gravatar image aravindp  ( 2016-08-17 11:41:35 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-12-10 06:07:02 -0500

HI,

It seems to avoid the error (ADD TO WHITELIST) while removing the "sim_robot_macs" argument and replacing it by "simulation_mode=True".

The second error (Set Tx Power) is removed by setting the SUID bit.

edit flag offensive delete link more

Comments

The argument "sim_robot_macs" is actually needed to enable connection between robots, it still showing the error, but the connection is well established anyway

yanik-porto gravatar image yanik-porto  ( 2016-12-13 14:39:46 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2015-12-01 20:28:00 -0500

Seen: 782 times

Last updated: Dec 01 '15