-
Notifications
You must be signed in to change notification settings - Fork 682
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
refactor(motion_utils): delete wall marker explicitly #2506
Merged
kyoichi-sugahara
merged 81 commits into
autowarefoundation:main
from
kyoichi-sugahara:refactor/wall_marker_delete
Jan 25, 2023
Merged
Changes from 79 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
6db801a
delete wall marker in intersection module
kyoichi-sugahara bc946ed
delete wall marker in stop_line module
kyoichi-sugahara 01ecc29
delete wall marker in blind_spot module
kyoichi-sugahara 5913037
delete wall marker in no_stopping_area
kyoichi-sugahara ecd8305
delete wall marker in run_out module
kyoichi-sugahara 92407b3
make motion util function to delete wall marker
kyoichi-sugahara 6755b73
add common function
kyoichi-sugahara 9913e0e
temp
kyoichi-sugahara f810507
fix(default_ad_api): fix autoware state to add wait time (#2407)
isamu-takagi 16e1a42
chore(behaviror_velocity_planner): changed logging level for intersec…
soblin 3970821
fix(tvm_utility): copy test result to CPU (#2414)
ambroise-arm bd9dfb9
fix(raw_vehicle_cmd_converter): fix column index for map validation (…
mkuri e0a8ee8
revert(default_ad_api): fix autoware state to add wait time (#2407) (…
isamu-takagi e074c8a
feat(behavior_path_planner): cut overlapped path (#2451)
purewater0901 4165aa0
perf(behavior_velocity_planner): remove unnecessary debug data (#2462)
veqcc c8c0009
docs: update training data for traffic light (#2464)
Mingyu1991 0a9c77f
feat(motion_utils): add points resample function (#2465)
purewater0901 254f40c
feat: remove web controller (#2405)
yukkysaito fd09262
fix(motion_utils): rename sampling function (#2469)
purewater0901 07c1150
fix: rename `use_external_emergency_stop` to `check_external_emergen…
shmpwk 7d3869b
fix(tier4_autoware_api_launch): add rosbridge_server dependency (#2470)
takayuki5168 843e126
fix: remove unnecessary DEBUG_INFO declarations (#2457)
kminoda b9941f0
feat(gyro_odometer): publish twist when both data arrives (#2423)
kminoda 5f5c794
fix(freespace_planning_algorithms): comment out failing tests (#2440)
kosuke55 43f06b3
feat(behavior_velocity_planner): add velocity factors (#1985)
isamu-takagi f0da5b2
fix(emergency_handler): fix mrm handling when mrm behavior is none (#…
mkuri 567a569
feat(behavior_velocity_planner): clean walkway module (#2480)
purewater0901 38c7efe
fix(trajectory_follower): fix mpc trajectory z pos (#2482)
TakaHoribe 117543d
fix(ground-segmentation): recheck gnd cluster pointcloud (#2448)
badai-nguyen 87ae0cd
fix(freespace_planning_algorithms): fix rrtstar can't arrive goal err…
NorahXiong 62b0c38
revert(behavior_path): revert removal of refineGoalFunction (#2340)" …
mitsudome-r f77b732
fix(behavior_path_planner): minimum distance for lane change (#2413)
zulfaqar-azmi-t4 2e30e47
fix(behavior_path_planner): lane change candidate resolution (#2426)
zulfaqar-azmi-t4 fa7398a
chore(simulator_compatibility_test): suppress setuptools warnings (#2…
isamu-takagi d11d61c
docs(tier4_state_rviz_plugin): update readme (#2475)
isamu-takagi ab7a07c
feat(trajectory_follower): pub steer converged marker (#2441)
kosuke55 f59f39d
feat: replace python launch with xml launch for system monitor (#2430)
wep21 db745f3
refactor(vehicle_cmd_gate): remove old emergency topics (#2403)
isamu-takagi 37c6da5
feat(behavior_path_planner, obstacle_avoidance_planner): add new driv…
purewater0901 8850808
feat(default_ad_api): split parameters into file (#2488)
isamu-takagi 4a9331c
docs(default_ad_api): add readme (#2491)
isamu-takagi 0946f5d
feat(map_loader): add differential map loading interface (#2417)
kminoda 3c3aac2
feat(behavior_path_planner): change turn signal output timing (#2493)
purewater0901 4771c86
feat(behavior_path_planner): remove unnecessary code and clean turn s…
purewater0901 aeacdf8
feat(trajectory_visualizer): update for steer limit, remove tf for po…
TakaHoribe 55b91d3
feat(mission_planner): check goal footprint (#2088)
ismetatabay 8fea2a0
feat(behavior_path_planner): fix overlap checker (#2498)
purewater0901 1ffe705
fix(behavior_path_planner): fix find nearest function from lateral di…
purewater0901 7f451e6
fix(behavior_path_planner): fix planner data copy (#2501)
purewater0901 d90ad2f
refactor(simple_planning_simulator): make function for duplicated cod…
TakaHoribe 64f46df
fix build error
kyoichi-sugahara a6d39c0
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara 9627051
ci(pre-commit): autofix
pre-commit-ci[bot] c24d1b0
revert intersection module change
kyoichi-sugahara c6536be
delete wallmarker in intersection module
kyoichi-sugahara 17aa6e2
compare pose with resample_uitils
kyoichi-sugahara 8ddd140
delete wallmarker in merge_from_private module
kyoichi-sugahara 02dddc3
delete wallmarker in no_stopping_area
kyoichi-sugahara 42f962e
ci(pre-commit): autofix
pre-commit-ci[bot] 6baa97c
add dead line creator
kyoichi-sugahara 7a69f3f
fix base function
kyoichi-sugahara 3f5fa7e
delete wall marker in each module
kyoichi-sugahara f7b81cb
ci(pre-commit): autofix
pre-commit-ci[bot] 751fc77
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara a3fd60a
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara 6a5d004
empty gurad
kyoichi-sugahara 6d0990c
ci(pre-commit): autofix
pre-commit-ci[bot] 59e0a74
Merge remote-tracking branch 'mine/main' into refactor/wall_marker_de…
kyoichi-sugahara 3ea68ca
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara 86a12e7
Merge branch 'main' into refactor/wall_marker_delete
kyoichi-sugahara 3998d24
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara f6eedaa
instantiation wall maeker creator
kyoichi-sugahara c193652
initialize pointer
kyoichi-sugahara e348e64
ci(pre-commit): autofix
pre-commit-ci[bot] ef16608
Merge branch 'autowarefoundation:main' into refactor/wall_marker_delete
kyoichi-sugahara e8b857f
Merge branch 'main' into refactor/wall_marker_delete
kyoichi-sugahara 0390357
Merge branch 'main' into refactor/wall_marker_delete
kyoichi-sugahara b3815e5
Merge branch 'main' into refactor/wall_marker_delete
kyoichi-sugahara 8b77ff0
define create_wall_function and delete_wall_function in VirtualWallMa…
kyoichi-sugahara cc442cb
change instance name
kyoichi-sugahara 09bcba9
ci(pre-commit): autofix
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest
creator, deleter
instead off1, f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I applied your proposal thanks!