File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 "name" : " Debug Yolo Model" ,
66 "type" : " cppdbg" ,
77 "request" : " launch" ,
8- "program" : " ${workspaceFolder}/build/devel/lib/yolo_onnx_ros/yolo_onnx_ros " , // Path to the executable
8+ "program" : " ${workspaceFolder}/build/devel/lib/yolo_onnx_ros/test_yolo_onnx_ros " , // Path to the executable
99 "args" : [], // Add any command-line arguments for your program here
1010 "stopAtEntry" : false ,
1111 "cwd" : " ${workspaceFolder}/build" , // Set the working directory
Original file line number Diff line number Diff line change 5050 "command" : " cmake" ,
5151 "args" : [
5252 " -DCMAKE_BUILD_TYPE=Debug" ,
53+ " -DCMAKE_POLICY_VERSION_MINIMUM=3.5" ,
5354 " -S" , " ${workspaceFolder}/" ,
5455 " -B" , " ${workspaceFolder}/build"
5556 ],
9091 }
9192
9293 ]
93- }
94+ }
You can’t perform that action at this time.
0 commit comments