add front_end_deploy
This commit is contained in:
21
STPP_DEPLOY/NeuralTraj/.vscode/c_cpp_properties.json
vendored
Executable file
21
STPP_DEPLOY/NeuralTraj/.vscode/c_cpp_properties.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"browse": {
|
||||
"databaseFilename": "${default}",
|
||||
"limitSymbolsToIncludedHeaders": false
|
||||
},
|
||||
"includePath": [
|
||||
"/opt/ros/noetic/include/**",
|
||||
"/usr/include/**",
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"name": "ROS",
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"cStandard": "gnu11",
|
||||
"cppStandard": "c++14"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Reference in New Issue
Block a user