Commit 99c3913
docs(how-to-guides): fill the documentation of creating vehicle interface for ackerman kinematic model (#404)
* feat: invalid lanelet documentation (#337)
* feat: invalid lanelet documentation
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat: changing module name from invalid_lanelet to no_drivable_lane
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat(no_drivable_lane): updating the node diagram file will smaller one in size
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat(no_drivable_lane): reverting back to large size image
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat(no_drivable_lane): fix review comments / add missing parts regarding no_drivable_lane module documentation
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat(no_drivable_lane): updating no_drivable_lane doc link
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
* feat(no_drivable_lane): fixing review comment / update missing no_drivable_lane link
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
---------
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Start to get writing about vehicle interfaces.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Finished the implementation part
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* First draft done
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed ackerman to Ackermann, and changed the path of images.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed the html description of figures in md_in_html style
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Changed ROS2 to ROS 2. Added description about autoware.repos
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Minor revision
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed typo and indents
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Removed redundant new lines
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Revert
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Changed url for source installation explanation
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* docs(ad-api): add use cases of vehicle status (#381)
* init vehicle status
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix spelling error
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* remove old file
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix spelling error
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix dead link
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* update vehicle message
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* change vehicle motion
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* feat(ad-api): add vehicle information api
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* fix msgs
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* update geo position
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix typo
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* change naming
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* feat: add door group
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update message
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix naming
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* fix typo
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* update geographic_msgs
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
* docs(ad-api): add use cases of vehicle status
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* feat: remove old files
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* feat: use template
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* apply template
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update message name
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update vehicle status feature
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* fix link
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update door layout
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
---------
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Co-authored-by: tkhmy <tkh.my.p@gmail.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* chore: add mkdocs template for sync files from other repository (#395)
chore: add mkdocs template for sync files from other directory
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* ci(sync-files): fix source path (#398)
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* docs(how-to-guides): add creating vehicle and sensor description. (#399)
* docs(how-to-guides): Creating vehicle and sensor description.
Fixes #396
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
* fix: typo
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
* fix: typo
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
---------
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* docs(coding-guidelines): add note for test file with private headers (#402)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* merged upstream/main
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Adjust md file to markdown lint
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Adjust style again
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* feat: change the adapi page structure (#406)
* move user stories
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* move features
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* add list page
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update message
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* update menu
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
---------
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style: fix pre-commit errors
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* fix indent
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Changed list to subsubsections
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* feat(how-to-guides): add important temporal performance metrics (#389)
* feat(how-to-guides): add new pages for important temporal performance metrics.
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fix: removed unnecessary sub component names.
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed section for top-level temporal performance metrics
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed note
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* fixed table for Perception
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fix table of Perception
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed table of Perception
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed table of Perception
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed not saved
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed table of obstacle segmentation
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* removed or
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* replaced LiDAR by sensor
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* add some minor fix
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* add high-level component name
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* style(pre-commit): autofix
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/tuning-parameters-and-performance/important-temporal-performance-metrics.md
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
* fixed reason expression.
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed model for perception
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* replace the by a
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* fixed the sentence
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* replace image by correct one
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* fixed missing link
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* chore: mv the pages to how-to-guides/others
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* chore: add page item to the list
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* chore: add the reason why temporal performance is used.
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* chore: add guide to performance evaluation tools
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* add explanation of definition policy
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* fix: completed writing policies
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
* style(pre-commit): autofix
* chore: fixed missing link.
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
---------
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Update docs/how-to-guides/integrating-autoware/creating-vehicle-interface-package/.pages
Get rid of redundancy
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Apply three suggestions from code review
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed typos.
Added proper articles to the title.
Fixed inconsistancy for the term vehicle interface.
Break paragraphs into lines.
Changed the term hardware (ECU) to control device.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed typo
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
---------
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
Signed-off-by: tkhmy <tkh.my.p@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Naophis <naoto.hiramatsu@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Takayuki AKAMINE <takayuki.akamine@tier4.jp>
Co-authored-by: Ahmed Ebrahim <36835765+ahmeddesokyebrahim@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
Co-authored-by: tkhmy <tkh.my.p@gmail.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Naophis <naoto.hiramatsu@tier4.jp>
Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
Co-authored-by: Takayuki AKAMINE <38586589+takam5f2@users.noreply.github.com>
Co-authored-by: takeshi-iwanari <takeshi.iwanari@tier4.jp>
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>1 parent 5708b56 commit 99c3913
5 files changed
Lines changed: 251 additions & 5 deletions
File tree
- docs/how-to-guides/integrating-autoware/creating-vehicle-interface-package
- images
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 244 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Loading
0 commit comments