Browse Source

add name to github actions category

all-contributors/add-PluckyPrecious
Erwin Lejeune 5 years ago
parent
commit
460cbdd1ad
3 changed files with 23 additions and 0 deletions
  1. +17
    -0
      .vscode/c_cpp_properties.json
  2. +5
    -0
      .vscode/settings.json
  3. +1
    -0
      README.md

+ 17
- 0
.vscode/c_cpp_properties.json View File

@ -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"
}
]
}

+ 5
- 0
.vscode/settings.json View File

@ -0,0 +1,5 @@
{
"python.autoComplete.extraPaths": [
"/opt/ros/melodic/lib/python2.7/dist-packages"
]
}

+ 1
- 0
README.md View File

@ -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)


Loading…
Cancel
Save