-
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
fix(behavior_velocity): add include autoware utils #697
fix(behavior_velocity): add include autoware utils #697
Conversation
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Codecov Report
@@ Coverage Diff @@
## main #697 +/- ##
==========================================
- Coverage 10.54% 10.54% -0.01%
==========================================
Files 741 741
Lines 51998 52009 +11
Branches 6652 6652
==========================================
Hits 5483 5483
- Misses 42055 42066 +11
Partials 4460 4460
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM
* [accel brake map calibrator] sync main / .auto porting (autowarefoundation#697) * Feature/add accel brake map calib (autowarefoundation#2287) (autowarefoundation#2342) * Feature/add accel brake map calib (autowarefoundation#2287) * add accel brake map calibrator * UpdateAccelBrakeMap:calibration_msgs->vehicle_msgs * remove dependency * remove dependency * add dependency * remove pitch reader * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator_button_panel/src/accel_brake_map_calibrator_button_panel.hpp Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * unify Rviz description * remove compile option * Rviz -> RViz * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * add compile options * add compile options * use [[maybe_unused]] and add compile options * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/README.md Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/launch/accel_brake_map_calibrator.launch.xml * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/launch/accel_brake_map_calibrator.launch.xml * Update vehicle/accel_brake_map_calibrator/accel_brake_map_calibrator/launch/accel_brake_map_calibrator.launch.xml Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * Fix format * Use autoware_lint_common * Use using-declarations Co-authored-by: tkimura4 <tomoya.kimura@tier4.jp> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * add diagnostics to accel brake map calibrator (autowarefoundation#2308) * fix dependency (autowarefoundation#2316) * .auto porting * fix readme * fix comment Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> * [accel brake map]update readme (autowarefoundation#755) * update readme Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Kazuki Miyahara <kmiya@outlook.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
* refactor(system_diagnostic_monitor, dummy_diag_publisher, diagnostic_graph_aggregator): combine diag list setting directories (autowarefoundation#1253) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * feat(object_lanelet_filter): add configurable margin for object lanel… (autowarefoundation#1210) feat(object_lanelet_filter): add configurable margin for object lanelet filter Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl> Co-authored-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl> * fix(rviz): fix a bug about visualizing ego model (autowarefoundation#1257) fix a visulization bug. Signed-off-by: temkei.kem <1041084556@qq.com> --------- Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl> Signed-off-by: temkei.kem <1041084556@qq.com> Co-authored-by: Yuki TAKAGI <141538661+yuki-takagi-66@users.noreply.github.com> Co-authored-by: Sebastian Zęderowski <sebek.x@gmail.com> Co-authored-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl> Co-authored-by: Kem (TiankuiXian) <1041084556@qq.com>
Description
fix missing include of tier4_autoware_utils normalization.hpp
related to #620
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.