We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6a75a commit 0c21272Copy full SHA for 0c21272
.gitignore
@@ -0,0 +1,52 @@
1
+devel/
2
+logs/
3
+build/
4
+bin/
5
+lib/
6
+msg_gen/
7
+srv_gen/
8
+msg/*Action.msg
9
+msg/*ActionFeedback.msg
10
+msg/*ActionGoal.msg
11
+msg/*ActionResult.msg
12
+msg/*Feedback.msg
13
+msg/*Goal.msg
14
+msg/*Result.msg
15
+msg/_*.py
16
+build_isolated/
17
+devel_isolated/
18
+*/launch/__pycache__
19
+
20
+# Generated by dynamic reconfigure
21
+*.cfgc
22
+/cfg/cpp/
23
+/cfg/*.py
24
25
+# Ignore generated docs
26
+*.dox
27
+*.wikidoc
28
29
+# eclipse stuff
30
+.project
31
+.cproject
32
33
+# qcreator stuff
34
+CMakeLists.txt.user
35
36
+srv/_*.py
37
+*.pcd
38
+*.pyc
39
+qtcreator-*
40
+*.user
41
42
+/planning/cfg
43
+/planning/docs
44
+/planning/src
45
46
+*~
47
48
+# Emacs
49
+.#*
50
51
+# Catkin custom files
52
+CATKIN_IGNORE
0 commit comments