add name to github actions category

This commit is contained in:
Erwin Lejeune 2020-07-19 20:58:36 +02:00
parent 91741c4f38
commit 460cbdd1ad
3 changed files with 23 additions and 0 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
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
.vscode/settings.json vendored Normal file
View File

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

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)