Parcourir la source

Initial commit

corvin_zhang il y a 1 semaine
commit
974435cd23
3 fichiers modifiés avec 79 ajouts et 0 suppressions
  1. 64 0
      .gitignore
  2. 8 0
      LICENSE
  3. 7 0
      README.md

+ 64 - 0
.gitignore

@@ -0,0 +1,64 @@
+# ---> C++
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# ---> C
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+

+ 8 - 0
LICENSE

@@ -0,0 +1,8 @@
+MIT License
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# mini_6dof_imu
+
+该代码为mini 6dof imu模块配套的代码仓库,代码仓库共有6个分支,当前代码分支为master分支,为ROS系统配套代码分支
+剩下代码分支依次为:arduino-dev,linux-dev,matlab-dev,stm32-dev,windows-dev
+当前master分支代码ROS配套代码,支持ROS kinetic,melodic,noetic常用版本
+使用该代码时需要将其放在ROS工作区下的src目录中,然后在工作区根目录执行catkin_make命令就可以编译了
+当编译好代码运行imu模块前,需要先执行下当前目录下的initdev_mini_imu.sh脚本,sudo ./initdev_mini_imu.sh