Commit ac0b1fd4 authored by oscar's avatar oscar

add ABUZHABI macro to function CalculateUTMPos

parent 64685669
......@@ -83,6 +83,7 @@ void my_compute_box_3d(Eigen::Vector3d center, double heading, Eigen::Vector3d s
res_corners_3d = world_origin_3d.block(0, 0, 3, 8).transpose();
}
#ifdef _ABUZHABI_
void CalculateUTMPos(jfx_common_msgs::det_tracking &obj, std::vector<double> &wgs84_station, std::vector<double> &UTM_station, std::vector<std::vector<double>> &trans2station, std::vector<std::vector<double>> &kitti2origin, double &lon, double &lat)
{
Eigen::Vector3d center(obj.x, obj.y, obj.z);
......@@ -141,6 +142,7 @@ void CalculateUTMPos(jfx_common_msgs::det_tracking &obj, std::vector<double> &wg
UVUTMLLAPtr = nullptr;
}
#endif
void CalculateGuassPos(jfx_common_msgs::det_tracking& obj,std::vector<std::vector<double>>& trans, std::vector<std::vector<double>>& kitti2origin,double& gx,double& gy)
{
......
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