提交 e9532f00 编写于 作者: H huiyujiang 提交者: Liangliang Zhang

Perception: use default value

上级 2a896bd8
......@@ -35,7 +35,7 @@ TrackedObject::TrackedObject(ObjectPtr obj_ptr) : object_ptr(obj_ptr) {
velocity = Eigen::Vector3f::Zero();
acceleration = Eigen::Vector3f::Zero();
type = object_ptr->type;
velocity_uncertainty = Eigen::Matrix3f::Identity() * FLT_EPSILON;
velocity_uncertainty = Eigen::Matrix3f::Identity() * 5;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册