commit e1c30d540e1535886469227f2934d8d2d265b17d Author: PeterAlbus Date: Thu Jul 25 17:04:54 2024 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e83f82e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + diff --git a/README.md b/README.md new file mode 100644 index 0000000..c60fc32 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# agv_communication_pkgs + +码头自动导引车通讯部分代码 \ No newline at end of file