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

Agricola's profile - activity

2019-03-03 21:29:06 -0500 received badge  Famous Question (source)
2019-01-31 04:42:53 -0500 received badge  Notable Question (source)
2019-01-31 04:14:21 -0500 commented question Segmentation fault (core dumped) depending on callback queue size?

Had to rerun the gdb but the backtrace is now edited into the op.

2019-01-31 04:12:55 -0500 edited question Segmentation fault (core dumped) depending on callback queue size?

Segmentation fault (core dumped) depending on callback queue size? I have a C++ Qt GUI to remote control a ROS kinetic r

2019-01-31 04:12:55 -0500 received badge  Editor (source)
2019-01-31 04:11:54 -0500 edited question Segmentation fault (core dumped) depending on callback queue size?

Segmentation fault (core dumped) depending on callback queue size? I have a C++ Qt GUI to remote control a ROS kinetic r

2019-01-31 03:38:12 -0500 commented question Segmentation fault (core dumped) depending on callback queue size?

I got many new Thread and Thread exited messages and in the end Thread 1 "gui_node" received signal SIGSEGV, Segmentati

2019-01-31 02:28:19 -0500 commented question Segmentation fault (core dumped) depending on callback queue size?

I'm still kind of new to ROS and programming in general, so this is also the first time I get in contact with gdb. I don

2019-01-31 01:44:28 -0500 received badge  Enthusiast
2019-01-30 02:07:29 -0500 received badge  Popular Question (source)
2019-01-29 11:17:19 -0500 asked a question Segmentation fault (core dumped) depending on callback queue size?

Segmentation fault (core dumped) depending on callback queue size? I have a C++ Qt GUI to remote control a ROS kinetic r

2019-01-12 03:48:51 -0500 commented answer How to connect a Qt-GUI to ROS

Actually just being inexperienced and seeing that Qt Creator/ qmake -project automatically produces one. So if I have to

2019-01-12 03:45:02 -0500 received badge  Famous Question (source)
2019-01-11 01:17:52 -0500 commented answer How to connect a Qt-GUI to ROS

Ah I see. So after running catkin_make I can open the program via the produced executable in the devel/lib folder right?

2019-01-11 01:17:48 -0500 commented answer How to connect a Qt-GUI to ROS

Ah I see. So after running catkin_make I can open the program via the produced executable in the devel/lib folder right?

2019-01-09 10:11:00 -0500 commented answer How to connect a Qt-GUI to ROS

I didn't quite get yet how the compiling takes place. Do I have to compile the Qt project as usual (qmake -project, qmak

2019-01-08 16:10:02 -0500 received badge  Notable Question (source)
2019-01-07 12:33:48 -0500 received badge  Popular Question (source)
2019-01-07 04:52:53 -0500 asked a question How to connect a Qt-GUI to ROS

How to connect a Qt-GUI to ROS Hi, I'm currently working on a C++ Qt-GUI with which I intend to remote control a ros-c