Commit 248d67f2 authored by oscar's avatar oscar

提交测试

parent 13d0c020
......@@ -15,6 +15,11 @@ using trackOjbPtr = std::shared_ptr< jfx_common_msgs::det_tracking>;
struct point2d
{
point2d(double _x, double _y)
{
x = _x;
y = _y;
}
double x;
double y;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment