Commit a5a27e8
authored
feat(autoware_trajectory_optimizer): add external velocity limit subscription (#12023)
* add external velocity limit subscription
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* change topic name in code
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* subscribe to the external velocity limiter selector topic and not directly the API's
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* make the default velocity limit the same as the common_param velocity
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* Add /output/current_velocity_limit_mps publisher
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* output right topic name
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* change velocity limit input to API only, add common param to sync default velocity limit to that of Autoware common.param.yaml
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* change launch to use var name for the input external velocity for consistency
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* add mps to var name for consistency
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
* update dependencies in package.xml
Signed-off-by: Daniel <danielsanchezaran@gmail.com>
---------
Signed-off-by: Daniel <danielsanchezaran@gmail.com>1 parent 6ceff4b commit a5a27e8
File tree
6 files changed
+53
-20
lines changed- planning/autoware_trajectory_optimizer
- config/plugins
- include/autoware/trajectory_optimizer/trajectory_optimizer_plugins
- launch
- schema
- src/trajectory_optimizer_plugins
6 files changed
+53
-20
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | | - | |
45 | 48 | | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
70 | 80 | | |
71 | 81 | | |
72 | 82 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | 397 | | |
404 | 398 | | |
405 | 399 | | |
| |||
432 | 426 | | |
433 | 427 | | |
434 | 428 | | |
435 | | - | |
436 | 429 | | |
437 | 430 | | |
438 | 431 | | |
| |||
Lines changed: 33 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
30 | 52 | | |
31 | 53 | | |
32 | 54 | | |
| |||
51 | 73 | | |
52 | 74 | | |
53 | 75 | | |
54 | | - | |
55 | 76 | | |
56 | 77 | | |
57 | 78 | | |
| |||
71 | 92 | | |
72 | 93 | | |
73 | 94 | | |
74 | | - | |
75 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
76 | 103 | | |
77 | 104 | | |
78 | 105 | | |
| |||
100 | 127 | | |
101 | 128 | | |
102 | 129 | | |
103 | | - | |
104 | | - | |
105 | 130 | | |
106 | 131 | | |
| 132 | + | |
| 133 | + | |
107 | 134 | | |
108 | 135 | | |
109 | 136 | | |
| |||
131 | 158 | | |
132 | 159 | | |
133 | 160 | | |
134 | | - | |
135 | | - | |
136 | 161 | | |
137 | 162 | | |
138 | 163 | | |
| |||
0 commit comments