提交 9b8f52c5 编写于 作者: J Jie Liu 提交者: Xiangquan Xiao

Perception: nitpick, remove unnecessay bFound variable (#6768)

上级 ded0e77c
......@@ -195,8 +195,7 @@ bool TransformServer::QueryTransform(const std::string &child_frame_id,
visited[item] = false;
}
bool bfound = FindTransform(child_frame_id, frame_id, transform, &visited);
return bfound;
return FindTransform(child_frame_id, frame_id, transform, &visited);
}
bool TransformServer::FindTransform(const std::string &child_frame_id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册