Commit 9f0ccc26 authored by oscar's avatar oscar

提交 默认配置

parent b54c5360
......@@ -241,8 +241,8 @@ 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/src/jfxrosperceiver");
nh.param<std::string>("yaml_config", yaml, "/jfx_tracking/config/7-1.yaml");
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