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

Tung Nguyen's profile - activity

2019-06-11 09:07:12 -0500 received badge  Good Question (source)
2018-12-19 11:14:43 -0500 received badge  Nice Question (source)
2016-10-17 13:53:54 -0500 commented answer I get this error when i do rosmake lsd_slam. What may be wrong..??

it didn't work out. the same issue occur

2016-01-21 10:41:31 -0500 commented answer Is there any tutorials for visual SLAM (beginners)?

It's good to see you everywhere, George!

2015-01-21 13:41:00 -0500 received badge  Great Answer (source)
2015-01-21 13:40:55 -0500 received badge  Student (source)
2013-09-24 16:11:31 -0500 received badge  Good Answer (source)
2012-11-13 00:11:57 -0500 received badge  Famous Question (source)
2012-11-12 00:27:58 -0500 commented question why roslaunch the gazebo failed.

I got the same trouble with launching gazebo for the first time after installing. Now, the Error '[50] tries' and 'no namespace' happened everytime i launch anything gazebo- derived. Any help?

2012-11-11 22:11:36 -0500 received badge  Nice Answer (source)
2012-11-11 22:04:42 -0500 received badge  Teacher (source)
2012-11-11 22:04:42 -0500 received badge  Self-Learner (source)
2012-11-11 22:04:00 -0500 received badge  Scholar (source)
2012-11-11 22:02:32 -0500 answered a question Failed to contact master at [localhost:11311]

Oh, i see it now! My mistake. I closed the window containing the roscore command, so there's no master initialized at all. Hence the trouble.

Thank you all for tolerating my silliness!

2012-11-11 21:33:37 -0500 commented question Failed to contact master at [localhost:11311]

@michikarg: Yep, I check self-ping but i didn't work. So i try Name Resolution as suggested and changed the Hostname and associated Master URI to the System name and the IP address. But nothing seemed to be a good choice so far!

2012-11-11 21:33:27 -0500 commented question Failed to contact master at [localhost:11311]

@felix k: No, now it even doesn't make it to the master. ERROR: Unable to communicate with master! Nothing is running yet.

2012-11-11 21:17:44 -0500 commented answer Failed to contact master at [localhost:11311]

@michikarg: Can you hint me how to access the file etc/hosts? Sorry for that.

2012-11-11 21:00:47 -0500 received badge  Notable Question (source)
2012-11-11 20:33:14 -0500 answered a question Failed to contact master at [localhost:11311]

@felix k: No, now it even doesn't make it to the master. Nothing is running yet.

2012-11-11 20:32:00 -0500 commented question Failed to contact master at [localhost:11311]

@tlinder: Yes, i still can ping the host. Yes, i will be careful next time. For this time, i tried to change the hostname to my System name, IP address but things still doesn't work!

2012-11-11 19:40:40 -0500 commented question Failed to contact master at [localhost:11311]

@trinighost: I changed it in the export double command above. Yes, now it returns localhost:11311 for the ROS_MASTER_URI query. Please, help me!

2012-11-11 05:21:35 -0500 received badge  Popular Question (source)
2012-11-10 16:07:17 -0500 received badge  Editor (source)
2012-11-10 08:47:15 -0500 asked a question Failed to contact master at [localhost:11311]

Hi everybody,

This is the first time i'm here, so if my question is too dumb to you, please forgive me. I'm on track "Understanding Nodes" in the beginner tutorials. After changing the name of the turtlesim node via:

$ rosrun turtlesim turtlesim_node __name:=my_turtle

I opened a new terminal and run:

rosnode list

and the results are:

/my_turtle
/turtlesim
/rosout

which is undesired, since the turtlesim node had been changed to my_turtle. The ROS folks knew about it and suggested us to update ROS_HOSTNAME and i did:

$ export ROS_HOSTNAME=localhost
$ export ROS_MASTER_URI=http://localhost:11311

Now not only the problem is still not solved, but another one also occurs. I can't even run the turtlesim node which is previously valid:

$ rosrun turtlesim turtlesim_node

Here is what's wrong:

[ERROR] [1352578402.235275857]: [registerPublisher] Failed to contact master at [localhost:11311].  Retrying...

It looks like the ROS_MASTER_URI has been updated unexpectedly! The main problem now is i don't know how to set it back to default.

Most of you have completed the tutorials and some of you must have stuck on this. So, please share with me how you tackle the problem! I really appreciate that.

2012-11-09 00:36:34 -0500 commented answer why roslaunch the gazebo failed.

Sorry. It's the first time i posted something on ROS and I couldn't find a 'comment' button here.

2012-11-06 22:16:35 -0500 answered a question why roslaunch the gazebo failed.

I got the same trouble with launching gazebo for the first time after installing. Now, the Error '[50] tries' and 'no namespace' happened everytime i launch anything gazebo- derived. Any help?

2012-09-07 03:51:53 -0500 received badge  Supporter (source)