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

Thomash's profile - activity

2018-11-19 04:58:51 -0500 received badge  Famous Question (source)
2018-08-30 15:45:26 -0500 commented question Publisher gives segmentation fault unless message is defined in a "parent scope"

Little update on the auto-lambda-callback; it stumbled upon me that ros uses xx::yy::ConstPtr when passing messages; whi

2018-08-30 15:44:56 -0500 commented question Publisher gives segmentation fault unless message is defined in a "parent scope"

Little update on the auto-lambda-callback; it stumbled upon me that ros uses xx::yy::ConstPtr when passing messages; whi

2018-08-30 15:41:28 -0500 received badge  Notable Question (source)
2018-08-10 12:15:58 -0500 received badge  Popular Question (source)
2018-08-10 07:59:25 -0500 commented question Publisher gives segmentation fault unless message is defined in a "parent scope"

As for using lambda's; no success. (also here https://stackoverflow.com/questions/45340189/ros-use-lambda-as-callback-in

2018-08-10 06:47:02 -0500 commented question Publisher gives segmentation fault unless message is defined in a "parent scope"

ps; this is the main complaint when using auto for now: error: no match for call to .... BOOST_FUNCTION_RETURN((*f)(

2018-08-10 06:41:47 -0500 commented question Publisher gives segmentation fault unless message is defined in a "parent scope"

hi, Thanks for those two links; they look highly relevant.. Using auto seemed to work, then I did something and now I

2018-08-10 05:47:53 -0500 asked a question Publisher gives segmentation fault unless message is defined in a "parent scope"

Publisher gives segmentation fault unless message is defined in a "parent scope" Hi, A peculiar bug occurred while mak