-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
88 lines (75 loc) · 2.76 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#Folders and files to ignore
__ignore__/
CATKIN_IGNORE
### ROS ###
/catkin_home/devel/
/catkin_home/devel_isolated/
/catkin_home/logs/
/catkin_home/build/
/catkin_home/build_isolated/
/catkin_home/bin/
/catkin_home/install/
/catkin_home/.catkin_tools/
/catkin_home/.catkin_workspace
/catkin_home/src/ExternalPackages/
/catkin_home/src/.rosinstall.bak
### DeepSpeech && Speech API ###
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/build
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/dist
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/kenlm
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/*.egg-info
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/openfst*
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/swig_decoders.py
/catkin_home/src/action_selectors/scripts/DeepSpeech/decoders/swig/decoders_wrap.cxx
/catkin_home/src/action_selectors/scripts/DeepSpeech/data/librispeech/manifest.dev-clean
/catkin_home/src/action_selectors/scripts/DeepSpeech/data/librispeech/manifest.test-clean
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k/mean_std.npz
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k/params.pdparams
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k/params.tar.gz
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k/README.md
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k/vocab.txt
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/lm
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/baidu_en8k
/catkin_home/src/action_selectors/scripts/DeepSpeech/models/librispeech
/catkin_home/src/action_selectors/data/AzureSTTAPIKey.txt
/catkin_home/src/main_engine/data/OpenAiKey.txt
### BASE CONTROL ###
base_control/test
base_control/serialplotter
base_control/testPID
base_control/lib/ros_lib
base_control/links.txt
base_control/oldCode.txt
wrokspace.code-workspace
### OBJECT DETECTION ###
/object_detection/venv/
/object_detection/models/model_tf2
/object_detection/models/dependencies/TensorFlow
/object_detection/models/dependencies/coco
/object_detection/images/train
catkin_home/src/object_detector/models/gazebo/variables/variables.index
catkin_home/src/manipulation/object_detector/models
catkin_home/src/manipulation/object_detector/resources
__ignore__/*
catkin_home/src/object_detector/models
catkin_home/src/object_detector/resources
### CONVERSATION ###
catkin_home/src/action_selectors/scripts/FaceDetection/haarcascade_frontalface_default.xml
/rasa/venv/
/rasa/models/
/rasa/results/
out.log
### Others ###
*.DS_Store
*.pyc
.vscode/
venv/
lib/x86_64-linux-gnu/
lib/firmware/
*.log
notes.txt
todo.txt
# tiago simulation #
*tiago_public_ws/
.env
#End