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(pointcloud_preprocessor): support 3d distortion corrector for distortion corrector node #7027

Closed
Closed
Changes from 1 commit
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
87062b6
add support for 3d distortion corrector
vividf May 15, 2024
7f792aa
fix(trajectory_follower_node): fix config file of plot juggler (#6910)
tkimura4 May 1, 2024
7675df2
chore(component_state_monitor): relax pose_estimator_pose timeout (#6…
shmpwk May 1, 2024
85277b4
docs(tier4_simulated_clock_rviz_plugin): update how to use (#6914)
zulfaqar-azmi-t4 May 1, 2024
1660fed
refactor(avoidance): rebuild object info list (#6913)
satoshi-ota May 2, 2024
4e14075
feat(mission_planner): publish initial and goal poses to logs (#6918)
zulfaqar-azmi-t4 May 2, 2024
ff876ad
feat(pull_request_templates): improve the pull request template to en…
Owen-Liuyuxuan May 3, 2024
de94fc4
chore(radar_track_msgs_converter): change radar tracks subscription q…
YoshiRi May 4, 2024
4e96099
feat(probabilistic_occupancy_grid_map): add downsample filter option …
YoshiRi May 6, 2024
7ace304
fix(behavior_path_planner_common): fix warning of containerOutOfBound…
veqcc May 6, 2024
5f0ae9c
fix: do not use c++20 char8_t keyword (#3629)
ralwing May 6, 2024
2b69477
fix(control_performance_analysis): fix bug of ignoredReturnValue (#6921)
veqcc May 6, 2024
7b91f0d
fix(perception_online_evaluator): fix bug of constStatement (#6922)
veqcc May 7, 2024
bc3425f
refactor(bpp): path shifter clang tidy and logging level configuratio…
zulfaqar-azmi-t4 May 7, 2024
e848a63
fix(occupancy_grid_map_outlier_filter): add intensity field (#6797)
badai-nguyen May 7, 2024
10c3636
feat(crosswalk)!: change ego min assumed speed (#6904)
yuki-takagi-66 May 7, 2024
292556d
perf(lane_change): rework object filter (#6847)
zulfaqar-azmi-t4 May 7, 2024
40a7d47
fix(lane_change): return safe is object list is empty (#6931)
zulfaqar-azmi-t4 May 7, 2024
7c31df3
fix(diagnostic_graph_aggregator): fix a bug where unit links were inc…
isamu-takagi May 7, 2024
581b585
feat(autonomous_emergency_braking): add obstacle velocity estimation …
danielsanchezaran May 7, 2024
a048f17
feat(start_planner): add centerline crossing check (#6900)
danielsanchezaran May 7, 2024
596ff98
fix(ground_segmentation): fix warning of identicalConditionAfterEarly…
veqcc May 8, 2024
e817f97
fix(voxel_grid_downsample_filter): add intensity field (#6849)
badai-nguyen May 8, 2024
eca118b
feat(freespace_planner): only plan if ego is stopped (#6062)
VRichardJP May 8, 2024
e131f2a
feat(image projection based fusion): unrecify 3d point for image proj…
yukkysaito May 8, 2024
1e6f37c
perf(route_handler): simplify queries on the road and shoulder lanele…
maxime-clem May 8, 2024
fba7760
refactor(lane_change): move getCurrentTurnSignalInfo to scene file (#…
zulfaqar-azmi-t4 May 8, 2024
f593bba
refactor(avoidance): organize alias (#6947)
satoshi-ota May 8, 2024
becebc8
fix(tvm_utility): fix warning of negativeContainerIndex (#6924)
veqcc May 8, 2024
138dbfb
perf(yabloc): fix performance warning of iterateByValue (#6929)
veqcc May 8, 2024
b35ab8a
feat: add low_intensity_cluster_filter (#6850)
badai-nguyen May 8, 2024
ab8b085
feat(vehicle_cmd_gate): support for real time update params for v cmd…
danielsanchezaran May 9, 2024
030539f
fix(traffic_light_classifier): fix warning of uninitvar (#6925)
veqcc May 9, 2024
7e14449
feat(build_depends): add glog-vendor (#6952)
TakaHoribe May 9, 2024
1e4cefb
feat(goal_planner): align z-height of road_shoulder (#6854)
soblin May 9, 2024
49cd55d
feat(autoware_pose_covariance_modifier): add new node to early fuse g…
meliketanrikulu May 9, 2024
3f84639
chore(glog): add initialization check (#6792)
TakaHoribe May 9, 2024
5e8cabc
feat(image projection based fusion): revert #6902 (unrecify 3d point …
yukkysaito May 9, 2024
04600b2
chore: update sensing/perception maintainer (#6950)
YoshiRi May 9, 2024
8f6026c
fix(system_monitor): fix warning of containerOutOfBounds (#6927)
veqcc May 9, 2024
020b87b
fix(bpp): keep publishing rtc cooperate status (#6953)
satoshi-ota May 9, 2024
1a729a4
fix(ground_segmentation): add intensity field (#6791)
badai-nguyen May 9, 2024
1ff6276
fix(freespace_planner): fix motion_velocity_smoother error while park…
ahmeddesokyebrahim May 9, 2024
a1e4e92
feat(map_based_prediction): use different time horizon (#6877)
soblin May 10, 2024
4823ec6
fix(map_based_prediction): improve pedestrian path generation efficie…
technolojin May 10, 2024
d77923e
feat(goal_planner): fix non-thread-safe access in goal_planner (rever…
soblin May 10, 2024
ecc730a
feat(autonomous_emergency_braking): add param update support for AEB …
danielsanchezaran May 10, 2024
0410a12
fix(autonomous_emergency_braking): add missing erase to velocity hist…
danielsanchezaran May 10, 2024
0cf87bf
fix(componet_state_monitor): remove ndt node alive monitoring (#6957)
YamatoAndo May 10, 2024
28d1de6
feat(path_sampler): make the trajectory smoother, add params, fix cra…
maxime-clem May 10, 2024
fc1c569
fix(map_based_prediction): revert use different time horizon (#6877) …
YoshiRi May 10, 2024
bb10ea6
feat(control_evaluator): implement a control evaluator (#6959)
danielsanchezaran May 10, 2024
d19f9b8
feat: update rviz2 overlay (#6883)
KhalilSelyan May 10, 2024
90db599
perf(side_shift): fix unupdated prev path that caused heavy interpola…
maxime-clem May 10, 2024
092e80e
refactor(mission_planner): remove redundant `is_reroute` check (#6980)
veqcc May 11, 2024
bc7d9b9
fix(autoware_overlay_rviz_plugin): fix subs and cleanup (#6978)
xmfcx May 11, 2024
a4aad3c
fix(accel_brake_calibrator): fix to set service name and exception fa…
h-ohta May 13, 2024
be98f1b
test: behavior path obstacle avoidance (#6972)
go-sakayori May 13, 2024
1349dc2
feat(rtc_interface)!: add new field to rtc cooperate status (#6933)
satoshi-ota May 13, 2024
326a615
fix(behavior_velocity_run_out_module): initialize `accel_reason_` (#6…
veqcc May 13, 2024
8ca9153
feat: add autoware_remaining_distance_time_calculator and overlay (#6…
ahmeddesokyebrahim May 13, 2024
ae42c6f
fix(accel_brake_map_calibrator): fix accel_brake_map_calibrator not t…
tkimura4 May 13, 2024
51394e2
feat(mrm_emergency_stop_operator): add support for real time param re…
danielsanchezaran May 13, 2024
af59ab6
feat(map_based_prediction): incorporate crosswalk user history (#6905)
dkoldaev May 13, 2024
51635d9
feat(out_of_lane): add option to ignore overlaps in lane changes (#6991)
maxime-clem May 13, 2024
5cbbead
feat(tier4_perception_launch): downsample perception input pointcloud…
YoshiRi May 13, 2024
a3af5cc
feat(tier4_perception_launch): fix typo error (#6999)
YoshiRi May 14, 2024
bc93a8e
refactor(behavior_velocity_occlusion_spot_module): reduce cppcheck wa…
veqcc May 14, 2024
f5b1b94
fix(ndt_scan_matcher): improved tpe (#6990)
SakodaShintaro May 14, 2024
355d677
refactor(behavior_velocity_occlusion_spot_module): remove unnecessary…
veqcc May 14, 2024
61bdccb
chore(tools): move system and evaluation tools to autoware_tools repo…
satoshi-ota May 14, 2024
df603c4
chore: added maintainer (#7003)
go-sakayori May 14, 2024
6af8550
chore: update CODEOWNERS (#6866)
awf-autoware-bot[bot] May 14, 2024
5f7c39f
feat(smart_mpc_trajectory_follower): add smart_mpc_trajectory_followe…
masayukiaino May 14, 2024
b21e7bc
perf(behavior_path_dynamic_avoidance_module): use const reference (#6…
veqcc May 14, 2024
6c3cf79
refactor(turn_signal_decider): straddle bound method (#7006)
danielsanchezaran May 14, 2024
87137d3
feat(goal_planner): reject candidate path whose start pose direction …
soblin May 14, 2024
7763aba
refactor(behavior_velocity_planner_common): move VelocityFactorInterf…
maxime-clem May 15, 2024
14be153
fix(start_planner): issue when ego does not straddle lane bounds and …
danielsanchezaran May 15, 2024
6b3fb9b
chore(simple_planning_simulator): publish control mode before the sel…
tkimura4 May 15, 2024
7341da8
Update sensing/pointcloud_preprocessor/src/distortion_corrector/disto…
vividf May 16, 2024
1e93097
set the parameter the requirement
vividf May 16, 2024
042a833
add explanation to readme
vividf May 16, 2024
32e1beb
fix readme
vividf May 16, 2024
293824d
fix more readme
vividf May 16, 2024
1a27488
feat: componentize-system_error_monitor (#7009)
TetsuKawa May 15, 2024
9852abd
refactor(autoware_planning_test_manager): rename package (#6995)
zulfaqar-azmi-t4 May 15, 2024
b5edd91
feat(diagnostic_graph_aggregator): componentize node (#7025)
isamu-takagi May 15, 2024
a2b8711
feat(component_interface_tools): componentize node (#7023)
isamu-takagi May 15, 2024
7d66313
chore(simple_planning_simulator): add maintainer (#7026)
zulfaqar-azmi-t4 May 15, 2024
68c976b
build(static_centerline_generator): prefix package and namespace with…
esteve May 15, 2024
8d57d3f
perf(map_height_fitter): find z value with a more efficient closest p…
maxime-clem May 15, 2024
069bac2
fix(autoware_static_centerline_generator): remove prefix from topics …
esteve May 15, 2024
fabb0e0
refactor(route_handler): remove unused functions in route_handler (#7…
mkquda May 16, 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
Prev Previous commit
Next Next commit
chore(simple_planning_simulator): publish control mode before the sel…
…f-position is given (#7008)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
tkimura4 authored and vividf committed May 16, 2024
commit 6b3fb9b80864c49d6a9b0c466dd2bc6f423cdab1
Original file line number Diff line number Diff line change
@@ -358,6 +358,7 @@ double SimplePlanningSimulator::calculate_ego_pitch() const
void SimplePlanningSimulator::on_timer()
{
if (!is_initialized_) {
publish_control_mode_report();
RCLCPP_INFO_THROTTLE(get_logger(), *get_clock(), 5000, "waiting initialization...");
return;
}