Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: import from autoware_common/tmp #2

Merged
merged 54 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
82a5523
feat: move lanelet2_extension from autoware.universe (#90)
kenji-miyake Aug 3, 2022
ff8f885
docs(lanelet2_extension): add crosswalk safety slow down annotation i…
mehmetdogru Aug 23, 2022
0f46efa
feat: add visualization for no detection area (#92)
TomohitoAndo Aug 26, 2022
946c2a7
fix: traffic light visualization bug (#96)
yukkysaito Aug 27, 2022
a13a7e0
feat(lanelet2_extension): add RightOfWay checker (#114)
soblin Oct 28, 2022
b89ef7a
feat(lanelet2_extension): add speed bump as regulatory element (#120)
mehmetdogru Nov 14, 2022
3aabe49
chore: sync files of reverse references (#131)
awf-autoware-bot[bot] Nov 22, 2022
ff146c6
fix(lanelet2_extension): traffic light id marker array visualization …
xmfcx Nov 28, 2022
824e02f
feat!: replace HADMap with Lanelet (#133)
kosuke55 Nov 30, 2022
bcbf890
feat(lanalet2_extension): set frame_locked to false (#153)
tkimura4 Feb 6, 2023
9043b78
feat(lanelet2_extension): copy the z values in getExpandedLanelet (#141)
maxime-clem Feb 13, 2023
0f69418
feat(lanelet2_extension): add lateral distance calculation functions …
purewater0901 Mar 16, 2023
491a877
feat(lanelet2_extension): consider lane-ego angle difference in lane …
mehmetdogru Mar 28, 2023
68c65c3
chore: sync files (#168)
awf-autoware-bot[bot] Apr 3, 2023
1ca85d0
refactor: applied clang-tidy (#128)
soblin Apr 3, 2023
030d27a
perf(lanelet2_extension): improve performance of getClosestLanelet (#…
TakanoTaiga Apr 3, 2023
c08ad64
feat: remove local x local y parser, move it to map_loader (#174)
tkhmy Apr 26, 2023
2e71946
build: mark autoware_cmake as <buildtool_depend> (#176)
VRichardJP May 3, 2023
0997475
docs(lanelet2_extension): hatched road markings (#179)
takayuki5168 May 9, 2023
d8fad86
feat: visualize hatched road markings (#178)
takayuki5168 May 9, 2023
3d68356
fix(lanelet2_extension): add exception handling for get closest segme…
kosuke55 May 10, 2023
3c5bb74
chore(lanelet2_extension): change log level from error to warn for vi…
TakaHoribe May 23, 2023
5f565d9
feat(lanelet2_extension): add no parking area (#172)
kosuke55 May 29, 2023
b8cbf61
build: fix build error with lanelet2 1.2.1 (#183)
wep21 May 29, 2023
86d7d54
fix(build): additional fix for build error in test (#184)
soblin May 31, 2023
c6b6090
fix: visualize hatched road markings (#185)
takayuki5168 Jun 5, 2023
7eaa838
feat: handle invalid lanelet (#175)
ahmeddesokyebrahim Jun 8, 2023
c461b1c
feat(lanelet2_extension): add crosswalk regulatory element (#187)
satoshi-ota Jun 13, 2023
1f231cc
refactor(no_drivable_lane): updating no_drivable_lane doc link after …
ahmeddesokyebrahim Jun 20, 2023
62b9555
feat(lanelet2_extension): move combineLanelets unnamed namespace (#193)
kosuke55 Jun 27, 2023
735a856
feat(lanelet2_extensions): add transverse mercator projector (#191)
kminoda Aug 2, 2023
ff73034
feat(build)!: add forward declaration header (#203)
soblin Aug 30, 2023
d0de69f
refactor(lanelet2_extension): overload getCurrentLanelets with search…
mehmetdogru Aug 31, 2023
168412b
fix(lanelet2_extensions): fix transverse mercator (#204)
kminoda Sep 11, 2023
4fd129f
chore(lanelet2_extension): remove unnecessary print (#205)
takayuki5168 Sep 11, 2023
7d4dc1a
feat(lanelet2_extensions): add query curbstones from vector map (#206)
saka1-s Sep 13, 2023
bd34532
docs(lanelet2_extension): add brief description for crosswalk traffic…
satoshi-ota Sep 21, 2023
32f0c4d
feat(lanelet2_extention): add getAllFences (#209)
kyoichi-sugahara Oct 19, 2023
8217697
fix(visualization): display traffic reg elem id (#210)
soblin Oct 20, 2023
0fdb79b
feat(map_loader): show intersection areas (#211)
satoshi-ota Oct 25, 2023
a54af73
chore(lanelet2_extension): add namespace arg for lanelet id visualiza…
TakaHoribe Dec 18, 2023
99b3dcf
feat(lanelet2_extension): added localization landmark (#219)
SakodaShintaro Dec 26, 2023
5fb3084
fix(lanelet2_extension): improve traffic regulatory element id visual…
satoshi-ota Jan 10, 2024
1f6a2c1
chore(lanelet2_extension): add maintainer in lanelet2_extension (#226)
Motsu-san Jan 18, 2024
5bbd44b
feat(lanelet2_extension_python): add python interface/bindings for au…
soblin Jan 18, 2024
5a9c987
refactor(lanelet2_extension): move RegisterRegulatoryElement to cpp f…
isamu-takagi Jan 18, 2024
ed74246
fix(log-messages): reduce excessive log messages (#224)
ahmeddesokyebrahim Feb 12, 2024
27166f2
fix(lanelet2_extension): invalid access (#240)
shmpwk Mar 4, 2024
0844ba2
remove top readme
youtalk May 1, 2024
ecc1ce6
import settings from autoware_common
youtalk Apr 25, 2024
0c8589d
append maintainer
youtalk Apr 25, 2024
2a8afc3
update build_depends
youtalk May 1, 2024
569ae9e
fix maintainer name
youtalk May 1, 2024
839a72a
temporalily disable 'Run clang-tidy'
youtalk May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Modified from https://github.com/ament/ament_lint/blob/master/ament_clang_format/ament_clang_format/configuration/.clang-format
Language: Cpp
BasedOnStyle: Google

AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AllowShortFunctionsOnASingleLine: InlineOnly
BraceWrapping:
AfterClass: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
BreakBeforeBraces: Custom
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 2
DerivePointerAlignment: false
PointerAlignment: Middle
ReflowComments: true
IncludeCategories:
# C++ system headers
- Regex: <[a-z_]*>
Priority: 6
CaseSensitive: true
# C system headers
- Regex: <.*\.h>
Priority: 5
CaseSensitive: true
# Boost headers
- Regex: boost/.*
Priority: 4
CaseSensitive: true
# Message headers
- Regex: .*_msgs/.*
Priority: 3
CaseSensitive: true
- Regex: .*_srvs/.*
Priority: 3
CaseSensitive: true
# Other Package headers
- Regex: <.*>
Priority: 2
CaseSensitive: true
# Local package headers
- Regex: '".*"'
Priority: 1
CaseSensitive: true
Loading
Loading