initial commit

This commit is contained in:
admin1
2022-08-30 18:52:34 +03:00
commit 46dfd3a9c3
605 changed files with 26677 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Build files
msg_gen/
srv_gen/
build/
doc/
bin/
lib/
cmake_install.cmake
_gtest_from_src/
#QT
CMakeLists.txt.user
qtcreator-build/
# Dynamic reconfigure
docs/
*.cfgc
**/cfg/cpp/
**/src/*/cfg/
# Eclipse project
.project
.cproject
.pydevproject
.settings
# Python
*.pyc
*.pkl
# Temporary files
*.swp
*~
# Mac os
.DS_Store