Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix regression from moveit#1331 (moveit#1384)
The noted PR swapped boost::thread to std::thread - however std::thread will cause the program to crash with a note that TERMINATE CALLED WITHOUT ACTIVE EXCEPTION if the thread object goes out of scope while not joinable. Detaching the thread restores the original workflow prior to the PR and allows users to send more than one trajectory via the motion planning plugin in RVIZ (otherwise, it crashes on the first trajectory).
- Loading branch information