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

Paddre's profile - activity

2018-06-13 15:09:45 -0500 received badge  Famous Question (source)
2017-12-07 15:43:53 -0500 received badge  Famous Question (source)
2017-09-20 23:30:09 -0500 received badge  Notable Question (source)
2017-07-22 05:17:56 -0500 commented answer rospy.Publisher: what's a good choice for queue_size?

Are there any performance or efficiency concerns connected to the queue size? I.e. does a smaller queue size save memory

2017-07-10 07:58:33 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-10 07:58:07 -0500 received badge  Popular Question (source)
2017-07-09 08:18:14 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-09 08:16:21 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-09 08:15:54 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-09 08:15:00 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-09 08:13:25 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using boost::bind does not compile The following Code compiles just fine: #include "MyMsg

2017-07-09 08:06:18 -0500 edited question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using std::bind does not compile The following Code compiles just fine: #include "MyMsgTy

2017-07-09 08:03:43 -0500 received badge  Student (source)
2017-07-09 07:59:49 -0500 asked a question Binding parameter to callback using boost::bind does not compile

Binding parameter to callback using std::bind does not compile The following Code compiles just fine: #include "MyMsgTy

2017-05-03 12:02:33 -0500 received badge  Enthusiast
2017-04-26 12:42:38 -0500 received badge  Notable Question (source)
2017-04-26 07:51:32 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:50:40 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:50:07 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:49:16 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:48:49 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:48:28 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:48:02 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:47:30 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:47:04 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:46:32 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-26 07:46:12 -0500 commented question Custom SIGINT handler not triggered by roslaunch

I updated my answer as I found out, that the launch prefix might cause a problem. I did not copy the code here as it is

2017-04-26 07:43:19 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-25 12:08:19 -0500 received badge  Popular Question (source)
2017-04-25 08:01:22 -0500 commented question Custom SIGINT handler not triggered by roslaunch

Yep, it is set and other output is printed

2017-04-25 06:19:24 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-25 06:19:24 -0500 received badge  Editor (source)
2017-04-25 05:32:43 -0500 edited question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-04-25 05:31:36 -0500 received badge  Organizer (source)
2017-04-25 05:29:13 -0500 asked a question Custom SIGINT handler not triggered by roslaunch

Custom SIGINT handler not triggered by roslaunch When I run roslaunch, it starts roscore (obviously) as well as one node

2017-01-31 18:09:57 -0500 commented answer Where is ros.h supposed to be found?

But for that it need to be <build_depend>roscpp</build_depend> (according to the description of the generates package.xml). This still did not solve the problem for me though :-(