Robotics StackExchange | Archived questions

Error local network configuration is invalid

Hi guys

After I went through the beginner tutorial, I encountered problem like this at the end when running roswtf:

Loaded plugin tf.tfwtf
No package or stack in context
================================================================================
Static checks summary:

Found 1 error(s).

ERROR Local network configuration is invalid: Local hostname [lycoris-iv] resolves to [fe80::57c5:c39b:9e1c:5892,2406:3003:206b:238f:3489:6fbb:96ce:2e22,2406:3003:206b:238f:2c9a:1e84:22ef:9f71], which does not appear to be a local IP address ['127.0.0.1', '192.168.1.146'].
================================================================================

ROS Master does not appear to be running.
Online graph checks will not be run.
ROS_MASTER_URI is [http://localhost:11311]

Have anyone encountered this as well before? I need help T.T

Asked by H.D.P on 2019-10-03 18:44:31 UTC

Comments

Hello , i have the same problem here .. HELP US i can run roscore successfully yes i tried to disable IPV6 , but still the same problem

Asked by Z4K1 on 2019-12-22 08:49:44 UTC

Answers

IPv6 support in ROS 1 may not be where it should be.

For some reason your host is resolving lycoris-iv to its IPv6 address instead of its IPv4 address.

Or at least: this is what seems to be happening here with roswtf.

Can you run roscore successfully? Or does it also error out with a similar message?

Asked by gvdhoorn on 2019-10-04 06:40:01 UTC

Comments

I'd say duplicate of @gvdhoorn's another answer #q291485

Asked by 130s on 2019-12-23 22:37:36 UTC