roscore doesn't output anything.
I'm using ROS Indigo on Ubuntu 14.04.
Strangely enough, running roscore
doesn't output anything as it should.
Running roswtf
shows the following output
ROS_IP may be incorrect : ROS_IP [192.168.0.51] does not appear to be a local IP address ['127.0.0.1', '100.69.117.246'] ROS_MASTER_URI is [ http://192.168.0.200:11311 ]
I agree that there are similar questions on here which have already been answered.
But trying those solutions and changing the IP in .bashrc
file did't affect the issue or I might be going wrong somewhere which i'm unable to figure out.
Thanks.
Can you clarify why you are setting
ROS_IP
? Setting that to an incorrect value most likely is the cause here.@gvdhoorn I reset
ROS_IP
because I found out that it had been changed to some other value upon checking my system IP.roscore
was working fine before and as I keep a copy of my.bashrc
if I make changes, i noticed theIP
value had changed in this file. Hence i tried setting it back.