Commit dd251899 authored by oscar's avatar oscar

提交更新

parent 86a1fa0f
......@@ -22,7 +22,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
auto cfg = config["TRACKING"];
auto value = cfg["TRANS"].as< vector<vector<float>> >();
auto value = cfg["TRANS"].as<vector<vector<float>>>();
m_coordinate.Init(value[0][0], value[0][1], value[0][2], value[0][3], value[1][0], value[1][1]);
......
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