Commit fa329901 authored by oscar's avatar oscar

修改错误

parent ecb80831
......@@ -188,7 +188,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
values.push_back(matrix_angle_r_value);
m_tracker.SetValues(values);
YAML::Node config = YAML::LoadFile(file.c_str())
YAML::Node config = YAML::LoadFile(file.c_str());
auto cfg = config["TRACKING"];
m_trans = cfg["TRANS"].as<std::vector<std::vector<double>>>();
......
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