From 460cbdd1adc93ec021d9a41385c22d7ba6cf1b5c Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Sun, 19 Jul 2020 20:58:36 +0200 Subject: [PATCH 1/2] add name to github actions category --- .vscode/c_cpp_properties.json | 17 +++++++++++++++++ .vscode/settings.json | 5 +++++ README.md | 1 + 3 files changed, 23 insertions(+) create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..2d519ad --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "browse": { + "databaseFilename": "", + "limitSymbolsToIncludedHeaders": true + }, + "includePath": [ + "/opt/ros/melodic/include/**", + "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/reactive_navigation/include/**", + "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/xddp_utilities/include/**", + "/usr/include/**" + ], + "name": "ROS" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a560512 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.autoComplete.extraPaths": [ + "/opt/ros/melodic/lib/python2.7/dist-packages" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 1e3249e..f6f2bd4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ - [Gautam Krishna R](https://github.com/gautamkrishnar/gautamkrishnar) - [Roald Nefs](https://github.com/roaldnefs/roaldnefs) - [Dhruv Jain](https://github.com/maddhruv/maddhruv) +- [Erwin Lejeune](https://github.com/guilyx/guilyx) #### Game Mode 🚀 - [Tim Burgan](https://github.com/timburgan/timburgan) From 10db54e2c35654047abf11d1c9fbbd6ce804d4da Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Sun, 19 Jul 2020 20:59:52 +0200 Subject: [PATCH 2/2] remove vscode files --- .vscode/c_cpp_properties.json | 17 ----------------- .vscode/settings.json | 5 ----- 2 files changed, 22 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 2d519ad..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "browse": { - "databaseFilename": "", - "limitSymbolsToIncludedHeaders": true - }, - "includePath": [ - "/opt/ros/melodic/include/**", - "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/reactive_navigation/include/**", - "/home/erwin/catkin_ws/src/ros-xenomai-bridge/ros_nrt/xddp_utilities/include/**", - "/usr/include/**" - ], - "name": "ROS" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a560512..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.autoComplete.extraPaths": [ - "/opt/ros/melodic/lib/python2.7/dist-packages" - ] -} \ No newline at end of file