29 namespace perception {
53 std::string
Name()
const {
return "ObjectBuilder"; }
59 void ComputePolygon2D(
60 std::shared_ptr<apollo::perception::base::Object>
object);
64 void ComputePolygonSizeCenter(
65 std::shared_ptr<apollo::perception::base::Object>
object);
69 void ComputeOtherObjectInformation(
70 std::shared_ptr<apollo::perception::base::Object>
object);
77 std::shared_ptr<apollo::perception::base::Object>
object);
83 bool LinePerturbation(
Definition: object_builder.h:32
Eigen::Vector3f Vector3f
Definition: base_map_fwd.h:29
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: object_builder.h:34
Eigen::Vector3d Vector3d
Definition: frame_transform.h:27
Definition: object_builder.h:38
Definition: point_cloud.h:37
bool Init(const char *binary_name)
Definition: lidar_frame.h:33
std::string Name() const
Definition: object_builder.h:53