60 std::unique_lock<std::mutex> slock(lock_);
61 std::map<std::thread::id, moveit::core::RobotState*>::const_iterator it =
62 thread_states_.find(std::this_thread::get_id());
63 if (it == thread_states_.end())
66 thread_states_[std::this_thread::get_id()] = st;