Commit 8d9c1d10 authored by oscar's avatar oscar

提交更新

parent 248d67f2
......@@ -15,6 +15,7 @@ using trackOjbPtr = std::shared_ptr< jfx_common_msgs::det_tracking>;
struct point2d
{
point2d() {}
point2d(double _x, double _y)
{
x = _x;
......
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