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

cros's profile - activity

2022-05-20 00:37:57 -0500 received badge  Famous Question (source)
2021-12-15 01:21:47 -0500 received badge  Famous Question (source)
2021-04-04 21:56:19 -0500 received badge  Notable Question (source)
2021-04-04 21:56:19 -0500 received badge  Famous Question (source)
2020-04-14 03:43:48 -0500 marked best answer how to use Timer

I have read the tutorial on webpage, but still don't know how to use it,special don't know how to write the funtion void callback( ). I hope someone could tell me how to write and use it more detailed. It's better if there are some examples.

2020-03-15 03:28:37 -0500 received badge  Famous Question (source)
2019-08-08 09:01:36 -0500 marked best answer where can I find ros cheat cheet

I can't find ros cheat cheet ,where can I find it

2017-11-19 10:55:36 -0500 received badge  Popular Question (source)
2017-11-19 10:55:36 -0500 received badge  Notable Question (source)
2017-11-19 10:55:36 -0500 received badge  Famous Question (source)
2017-09-26 22:44:16 -0500 received badge  Famous Question (source)
2017-09-19 20:10:47 -0500 marked best answer communicate between ros and non-ros program

I want to communicate ros program(just we write usually) and non-ros program(that means the program dosen't include the head file ros.h and anyother relate to the ros),I want the two programs can send and receive the date from each other. Are there any methods can do this work,or some ros API can be used to make the work easier. if you konw anyting about this please tell me ,thank you.

2017-08-22 08:57:35 -0500 received badge  Notable Question (source)
2017-08-22 08:57:35 -0500 received badge  Famous Question (source)
2017-08-22 08:57:35 -0500 received badge  Popular Question (source)
2017-05-02 06:02:38 -0500 received badge  Famous Question (source)
2017-04-20 13:49:54 -0500 received badge  Famous Question (source)
2016-11-30 20:41:32 -0500 received badge  Famous Question (source)
2016-11-13 03:22:18 -0500 received badge  Famous Question (source)
2016-10-24 08:20:33 -0500 received badge  Famous Question (source)
2016-08-31 16:39:32 -0500 received badge  Famous Question (source)
2016-08-22 02:29:10 -0500 received badge  Popular Question (source)
2016-08-22 02:29:10 -0500 received badge  Notable Question (source)
2016-08-22 02:29:10 -0500 received badge  Famous Question (source)
2016-08-21 00:01:22 -0500 received badge  Famous Question (source)
2016-07-27 18:13:07 -0500 received badge  Notable Question (source)
2016-05-27 09:59:25 -0500 received badge  Notable Question (source)
2016-05-24 21:01:08 -0500 received badge  Famous Question (source)
2016-05-05 03:23:07 -0500 asked a question accept() on socket [6] failed with error

when I use the service,I found when the service called a number of times, it will appear the error

[ERROR] [1462436232.811787210]: accept() on socket [6] failed with error [Too many open files]

also have the error I don't know why and how to fix it.if someone knows the reason,please tell me ,thank you very much

2016-05-03 20:44:35 -0500 asked a question rosbridge_server use with the c++ client

we know that rosbridge can communicate with the javascript,I want to konw if there is a c++ api can achieve the same function.

2016-04-25 10:01:45 -0500 received badge  Popular Question (source)
2016-04-25 07:44:37 -0500 commented question when numbers of machines use the same master,the running speed is very slow

yes,have image data

2016-04-23 02:07:10 -0500 asked a question when numbers of machines use the same master,the running speed is very slow

when I let numbers of machines use the same master,the running speed is very slow. such as I have three computers A B and C. Then I running the roscore in the C, let the A and B use the the master in the c at the same time.I found the speed of public and subscribe topics is very slow, so as the services. I don't why and how to solve the problem. if sameone knows please tell me. thank you very much.

2016-04-15 02:38:48 -0500 marked best answer ERROR: cannot launch node of type [move_base/move_base]: can't locate node [move_base] in package [move_base]

when I download the packages rbx1 and move_base in the same workplace( I do this following the book ros_by_example_hydro chapter eight ), then I want fire up a node named move_base from a launch file in the rbx1,but has an error,that's why

2016-03-23 11:44:43 -0500 received badge  Notable Question (source)
2016-03-22 21:13:58 -0500 received badge  Popular Question (source)
2016-03-22 01:07:19 -0500 commented answer the problem Couldn't find an AF_INET address for [localhost] appear in one computer

I just use one machine

2016-03-21 21:30:20 -0500 asked a question the problem Couldn't find an AF_INET address for [localhost] appear in one computer

I find the same problem always appear when numbers of computers share the one master, but I just in one computer publish and subscribe the message ,why I have the same problem.

2016-03-21 03:17:35 -0500 received badge  Famous Question (source)
2016-03-03 04:48:54 -0500 received badge  Popular Question (source)
2016-02-26 15:57:49 -0500 received badge  Famous Question (source)
2016-02-23 23:43:36 -0500 asked a question Couldn't find an AF_INET address for [hostname]

when Running ROS across multiple machines ,it can share master for two machines,but when run a node ,it appear something like Couldn't find an AF_INET address for [hostname],I don't know why. when I run a node in machine a,it pub a topic named "message",but I can't sub the "message" for a node from machine b,but when I use "rostopic list ",it has the topic named "message"

2016-01-27 00:05:39 -0500 received badge  Notable Question (source)
2015-12-25 05:27:57 -0500 received badge  Popular Question (source)
2015-12-24 01:49:25 -0500 asked a question how to run ROS program with eclipse

I can compile the ros node in eclipse,but I don't know how to run the node,if anyone know how to do it ,please tell me ,thank you very much.

2015-11-16 15:42:49 -0500 received badge  Notable Question (source)