forked from autowarefoundation/autoware_universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.json
More file actions
37 lines (37 loc) · 734 Bytes
/
.cspell.json
File metadata and controls
37 lines (37 loc) · 734 Bytes
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
{
"ignorePaths": [
"perception/autoware_bytetrack/lib/**",
"planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/scripts/**",
"perception/autoware_shape_estimation/resource/**",
"planning/autoware_path_optimizer/src/acados_mpc/**",
"planning/autoware_path_optimizer/scripts/**"
],
"ignoreRegExpList": [],
"words": [
"blasfeo",
"CUDA_HOSTDEV",
"expl",
"hpipm",
"HPIPM",
"idxbu",
"idxsh",
"ineq",
"lacados",
"lambdify",
"Lambdify",
"libacados",
"libtensorrt",
"psidot",
"Psidot",
"Psi̇",
"trigsimp",
"TRTBEV",
"tvmgen",
"utraj",
"vertcat",
"xdot",
"xtraj",
"ydot",
"yref"
]
}