-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove COLCON_IGNORE Signed-off-by: Yutaka Kondo <[email protected]> * unify version to 0.0.0 Signed-off-by: Yutaka Kondo <[email protected]> * add changelog Signed-off-by: Yutaka Kondo <[email protected]> * 0.1.0 * remove stop_accel_evaluator Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]>
- Loading branch information
Showing
66 changed files
with
6,843 additions
and
330 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package autoware_dependency_checker | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2025-01-28) | ||
------------------ | ||
* unify version to 0.0.0 | ||
* feat(dependency_checker): add dependency checker script (`#89 <https://github.com/autowarefoundation/autoware_tools/issues/89>`_) | ||
* add dependency_checker | ||
* fix | ||
* style(pre-commit): autofix | ||
* fix bag | ||
* apply markdownlint | ||
* fix typo | ||
Co-authored-by: Yutaka Kondo <[email protected]> | ||
fix typo | ||
Co-authored-by: Yutaka Kondo <[email protected]> | ||
* add dep ament_cmake | ||
* fix based on shellcheck | ||
* fix words | ||
* add cspell ignore | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
Co-authored-by: Yutaka Kondo <[email protected]> | ||
* Contributors: Masaki Baba, Yutaka Kondo |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package bag2lanelet | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2025-01-28) | ||
------------------ | ||
* feat(bag2lanelet): add bag2lanelet package (`#6 <https://github.com/autowarefoundation/autoware_tools/issues/6>`_) | ||
* feat(bag2lanelet): add bag2lanelet package | ||
* apply pre-commit | ||
* add maintainer | ||
* fix typo | ||
* fix packages.xml | ||
* style(pre-commit): autofix | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* Contributors: Takamasa Horibe |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>bag2lanelet</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The bag2lanelet package</description> | ||
<maintainer email="[email protected]">Shinnosuke Hirakawa</maintainer> | ||
<maintainer email="[email protected]">Taiki Tanaka</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package autoware_debug_tools | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2025-01-28) | ||
------------------ | ||
* feat: use autoware_internal_debug_msgs in processing_time_plotter.py (`#184 <https://github.com/autowarefoundation/autoware_tools/issues/184>`_) | ||
* feat: use autoware_internal_debug_msgs in processing_time_plotter.py | ||
* fix typo: argment -> argument | ||
* fix typo: LINESTYLES -> LINE_STYLES | ||
--------- | ||
* chore: sync files (`#11 <https://github.com/autowarefoundation/autoware_tools/issues/11>`_) | ||
Co-authored-by: github-actions <[email protected]> | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* feat(autoware_debug_tools): add rosout_log_reconstructor.py (`#160 <https://github.com/autowarefoundation/autoware_tools/issues/160>`_) | ||
* feat(autoware_debug_tools): add rosout_log_reconstructor.py | ||
* update README.md | ||
--------- | ||
* fix: to plot "exe_time_ms" of ndt_scan_matcher (`#161 <https://github.com/autowarefoundation/autoware_tools/issues/161>`_) | ||
* Fixed to plot "exe_time_ms" of ndt_scan_matcher | ||
* style(pre-commit): autofix | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* Added maintainers (`#162 <https://github.com/autowarefoundation/autoware_tools/issues/162>`_) | ||
* feat(autoware_debug_tools): add topic connection checker (`#132 <https://github.com/autowarefoundation/autoware_tools/issues/132>`_) | ||
* feat: add topic connection checker, first commit as a proposal | ||
* style(pre-commit): autofix | ||
* implement diagnostic based topic settings; implement the topic localization | ||
* temp | ||
* refactor the codes | ||
* add readme for topic connection checker | ||
* test with debug | ||
* style(pre-commit): autofix | ||
* fix flake8 | ||
* ignore rviz2 node, ignore hyper-linked files | ||
* style(pre-commit): autofix | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* fix(system_usage_monitor): change the node search method (`#137 <https://github.com/autowarefoundation/autoware_tools/issues/137>`_) | ||
* Fixed the node search method | ||
* Added a comment | ||
--------- | ||
* feat: add "skip_plt_show" arg to plotter (`#136 <https://github.com/autowarefoundation/autoware_tools/issues/136>`_) | ||
* Added "skip_plt_show" arg to plotter | ||
* style(pre-commit): autofix | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* feat: enable to choose topic with argument (`#95 <https://github.com/autowarefoundation/autoware_tools/issues/95>`_) | ||
* feat(autoware_debug_tools): processing time total processing tree (`#92 <https://github.com/autowarefoundation/autoware_tools/issues/92>`_) | ||
* feat: add total processing time tree to processing time visualizer | ||
* feat: add percentage of processing time | ||
* feat: add rest of the measured timekeepers | ||
* style(pre-commit): autofix | ||
* feat: print average first and the worst case next | ||
* style(pre-commit): autofix | ||
* feat: refactor processing time tree sum method to summarize_tree | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
* feat(autoware_debug_tools): add system performance plotter (`#91 <https://github.com/autowarefoundation/autoware_tools/issues/91>`_) | ||
* feat(autoware_debug_tools): add system performance plotter | ||
* update README | ||
* fix README.md | ||
--------- | ||
* feat(processing_time_visualizer): add summarize option (`#90 <https://github.com/autowarefoundation/autoware_tools/issues/90>`_) | ||
* add summarize feature | ||
* add summarize | ||
* style(pre-commit): autofix | ||
* fix typo | ||
* make summarize option dynamic | ||
* apply suggestion | ||
* style(pre-commit): autofix | ||
--------- | ||
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
Co-authored-by: Y.Hisaki <[email protected]> | ||
* fix(autoware_debug_tools): the image of system_usage_monitor was wrong (`#87 <https://github.com/autowarefoundation/autoware_tools/issues/87>`_) | ||
* feat(autoware_dubug_tools): add function to report worst time when r is pressed at the end (`#86 <https://github.com/autowarefoundation/autoware_tools/issues/86>`_) | ||
* feat(autoware_debug_tools): add system_usage_monitor.py (`#85 <https://github.com/autowarefoundation/autoware_tools/issues/85>`_) | ||
* feat(autoware_debug_tools): add system_usage_monitor.py | ||
* publish system usage | ||
--------- | ||
* feat(autoware_debug_tools): add processing time visualizer (`#75 <https://github.com/autowarefoundation/autoware_tools/issues/75>`_) | ||
* feat(autoware_debug_tools): add processing time visualizer | ||
* ignore spell check | ||
* update everythings | ||
--------- | ||
* Contributors: Masaki Baba, SakodaShintaro, Taekjin LEE, Takayuki Murooka, Yoshi Ri, Yukinari Hisaki, Yuxuan Liu, awf-autoware-bot[bot] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>autoware_debug_tools</name> | ||
<version>0.0.0</version> | ||
<version>0.1.0</version> | ||
<description>The autoware_debug_tools package</description> | ||
<maintainer email="[email protected]">Yukinari Hisaki</maintainer> | ||
<maintainer email="[email protected]">Satoshi Ota</maintainer> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package autoware_sample_vehicle_description | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.1.0 (2025-01-28) | ||
------------------ | ||
* unify version to 0.0.0 | ||
* test(static_centerline_generator): add launch test with autoware_sample_vehicle_launch package (`#190 <https://github.com/autowarefoundation/autoware_tools/issues/190>`_) | ||
* test(static_centerline_generator): add launch test with autoware_sample_vehicle_launch package | ||
* fix | ||
* fix dependency to autoware_launch | ||
--------- | ||
* Contributors: Takayuki Murooka, Yutaka Kondo |
Oops, something went wrong.