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");
155
158
returntrue;
156
159
}
157
160
@@ -210,4 +213,24 @@ namespace gazebo
210
213
returntrue;
211
214
}
212
215
213
-
}
216
+
// thanks to https://answers.gazebosim.org/question/12118/intermittent-segmentation-fault-possibly-by-custom-worldplugin-attaching-and-detaching-child/?answer=24271#post-id-24271
217
+
voidGazeboRosLinkAttacher::OnUpdate()
218
+
{
219
+
if(!this->detach_vector.empty())
220
+
{
221
+
ROS_INFO_STREAM("Received before physics update callback... Detaching joints");
0 commit comments