Commit e824fc6f authored by oscar's avatar oscar

修改变量声明

parent 740a62d3
......@@ -179,6 +179,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
}
else
{
std::string config_yaml, yaml_config;
private_nh.param<std::string>("unittest_yaml", config_yaml, "");
private_nh.param<std::string>("yaml_config", yaml_config, "");
m_config = YAML::LoadFile(config_yaml);
......
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