We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b974848 commit 90c9518Copy full SHA for 90c9518
gz_ros2_control/src/gz_ros2_control_plugin.cpp
@@ -254,11 +254,6 @@ GazeboSimROS2ControlPlugin::GazeboSimROS2ControlPlugin()
254
//////////////////////////////////////////////////
255
GazeboSimROS2ControlPlugin::~GazeboSimROS2ControlPlugin()
256
{
257
- // Stop controller manager thread
258
- if (!this->dataPtr->controller_manager_) {
259
- return;
260
- }
261
- this->dataPtr->executor_->remove_node(this->dataPtr->controller_manager_);
262
this->dataPtr->executor_->cancel();
263
this->dataPtr->thread_executor_spin_.join();
264
}
0 commit comments