mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
update
This commit is contained in:
parent
3c9a136cd6
commit
a3493c16af
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
.vscode
|
|
21
.vscode/c_cpp_properties.json
vendored
21
.vscode/c_cpp_properties.json
vendored
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"browse": {
|
|
||||||
"databaseFilename": "${default}",
|
|
||||||
"limitSymbolsToIncludedHeaders": false
|
|
||||||
},
|
|
||||||
"includePath": [
|
|
||||||
"/home/bjorn/Documents/ros-projects/control_ws/install/ros2_control_demo_example_2/include/**",
|
|
||||||
"/opt/ros/humble/include/**",
|
|
||||||
"/usr/include/**"
|
|
||||||
],
|
|
||||||
"name": "ROS",
|
|
||||||
"intelliSenseMode": "gcc-x64",
|
|
||||||
"compilerPath": "/usr/bin/gcc",
|
|
||||||
"cStandard": "gnu11",
|
|
||||||
"cppStandard": "c++14"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"python.autoComplete.extraPaths": [
|
|
||||||
"/opt/ros/humble/lib/python3.10/site-packages",
|
|
||||||
"/opt/ros/humble/local/lib/python3.10/dist-packages"
|
|
||||||
],
|
|
||||||
"python.analysis.extraPaths": [
|
|
||||||
"/opt/ros/humble/lib/python3.10/site-packages",
|
|
||||||
"/opt/ros/humble/local/lib/python3.10/dist-packages"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user