40 : start_state_(robot_model)
51 for (
auto& thread_state : thread_states_)
52 delete thread_state.second;
58 std::unique_lock<std::mutex> slock(lock_);
59 std::map<std::thread::id, moveit::core::RobotState*>::const_iterator it =
60 thread_states_.find(std::this_thread::get_id());
61 if (it == thread_states_.end())
64 thread_states_[std::this_thread::get_id()] = st;