merged with scout_sim

This commit is contained in:
Ruixiang Du
2020-08-21 17:10:00 +08:00
70 changed files with 9021 additions and 39 deletions

62
.gitignore vendored
View File

@@ -1 +1,61 @@
.vscode
<<<<<<< HEAD
.vscode
=======
devel/
logs/
build/
bin/
lib/
msg_gen/
srv_gen/
msg/*Action.msg
msg/*ActionFeedback.msg
msg/*ActionGoal.msg
msg/*ActionResult.msg
msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/
# Webots temporary files
scout_webots_sim/worlds/.scout_base.wbproj
# Generated by dynamic reconfigure
*.cfgc
/cfg/cpp/
/cfg/*.py
# Ignore generated docs
*.dox
*.wikidoc
# eclipse stuff
.project
.cproject
# Visual studio code stuff
*.vscode
# qcreator stuff
CMakeLists.txt.user
srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user
/planning/cfg
/planning/docs
/planning/src
*~
# Emacs
.#*
# Catkin custom files
CATKIN_IGNORE
>>>>>>> scout_sim