Commit 5a5db0e7 authored by oscar's avatar oscar

提交 默认配置

parent 9f0ccc26
......@@ -241,7 +241,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
SDK_LOG(SDK_INFO, "get_camera_left_tolidar_loc x = %f, y = %f", x, y);
std::string folder,yaml;
nh.param<std::string>("project_path", folder, /home/nvidia/catkin_ws_M1/src/jfxrosperceiver");
nh.param<std::string>("project_path", folder, "/home/nvidia/catkin_ws_M1/src/jfxrosperceiver");
nh.param<std::string>("yaml_config", yaml, "/config/1_1.yaml");
std::string file = folder + yaml;
SDK_LOG(SDK_INFO, "load yaml file = %s",file.c_str());
......
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