You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROS_INFO_STREAM("Detach joint request pushed in the detach vector");
176
181
returntrue;
177
182
}
178
183
@@ -231,4 +236,24 @@ namespace gazebo
231
236
returntrue;
232
237
}
233
238
239
+
// thanks to https://answers.gazebosim.org/question/12118/intermittent-segmentation-fault-possibly-by-custom-worldplugin-attaching-and-detaching-child/?answer=24271#post-id-24271
240
+
voidGazeboRosLinkAttacher::OnUpdate()
241
+
{
242
+
if(!this->detach_vector.empty())
243
+
{
244
+
ROS_INFO_STREAM("Received before physics update callback... Detaching joints");
0 commit comments