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

chore(planning_debug_tools): enable to set max velocity by arg in trajectory_visualizer.py #4748

Merged

Conversation

tkimura4
Copy link
Contributor

@tkimura4 tkimura4 commented Aug 25, 2023

Description

Modify to allow setting the maximum speed from the command line, as the fluctuation of the maximum speed on a per-frame can lead to increased difficulty in visibility.

Tests performed

ros2 run planning_debug_tools trajectory_visualizer.py -v 10
image

Not applicable.

Effects on system behavior

Not applicable.

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

…jectory_visualizer.py

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Aug 25, 2023
@taikitanaka3 taikitanaka3 reopened this Sep 1, 2023
@TakaHoribe TakaHoribe added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 3, 2023
@TakaHoribe TakaHoribe enabled auto-merge (squash) September 3, 2023 03:45
@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b5e2c13) 15.08% compared to head (69c8738) 15.08%.
Report is 99 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4748   +/-   ##
=======================================
  Coverage   15.08%   15.08%           
=======================================
  Files        1563     1563           
  Lines      107896   107894    -2     
  Branches    33111    33111           
=======================================
  Hits        16272    16272           
+ Misses      73868    73866    -2     
  Partials    17756    17756           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 15.08% <ø> (+<0.01%) ⬆️ Carriedforward from b5e2c13

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...include/traffic_light_multi_camera_fusion/node.hpp 0.00% <ø> (ø)
...ion/traffic_light_multi_camera_fusion/src/node.cpp 0.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TakaHoribe TakaHoribe merged commit 038655b into autowarefoundation:main Sep 3, 2023
@TakaHoribe TakaHoribe deleted the chore/set_max_velocity_by_argument branch September 3, 2023 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants