提交 dc10d09b 编写于 作者: Z Zhang Liangliang 提交者: Dong Li

Planning: more changes in st_boundarry_mapper. extract common code to functions.

上级 4286eaa6
......@@ -78,7 +78,8 @@ class PathObstacle {
std::vector<ObjectDecisionType> decisions_;
std::vector<std::string> decider_tags_;
SLBoundary sl_boundary_;
StGraphBoundary st_boundary_;
// TODO: add st_boundary_ here.
// StGraphBoundary st_boundary_;
};
} // namespace planning
......
......@@ -55,7 +55,8 @@ class StGraphBoundary : public common::math::Polygon2d {
~StGraphBoundary() = default;
bool IsEmpty() const { return points.empty(); }
// TODO: add this function.
// bool IsEmpty() const { return points.empty(); }
bool IsPointInBoundary(const StGraphPoint& st_graph_point) const;
bool IsPointInBoundary(const STPoint& st_point) const;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册