Skip to content
This repository was archived by the owner on Nov 13, 2017. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ class KinematicsPluginLoader::KinematicsLoaderImpl
}
}

/**
* \brief Explicit destructor to avoid bugs in unloading the library
*/
~KinematicsLoaderImpl( )
{
kinematics_loader_.reset(); // we delete it manually
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the only important line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

}

/**
* \brief Helper function to decide which, and how many, tip frames a planning group has
* \param jmg - joint model group pointer
Expand Down