Skip to content

Commit

Permalink
feat: add initial CHANGELOG.rst for all packages
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <[email protected]>
  • Loading branch information
sasakisasaki committed Jan 28, 2025
1 parent c12383c commit 15e0697
Show file tree
Hide file tree
Showing 40 changed files with 6,797 additions and 0 deletions.
24 changes: 24 additions & 0 deletions autoware_dependency_checker/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_dependency_checker
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* feat(dependency_checker): add dependency checker script (`#89 <https://github.com/sasakisasaki/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
16 changes: 16 additions & 0 deletions bag2lanelet/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package bag2lanelet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* feat(bag2lanelet): add bag2lanelet package (`#6 <https://github.com/sasakisasaki/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
86 changes: 86 additions & 0 deletions common/autoware_debug_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_debug_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* feat: use autoware_internal_debug_msgs in processing_time_plotter.py (`#184 <https://github.com/sasakisasaki/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/sasakisasaki/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/sasakisasaki/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/sasakisasaki/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/sasakisasaki/autoware_tools/issues/162>`_)
* feat(autoware_debug_tools): add topic connection checker (`#132 <https://github.com/sasakisasaki/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/sasakisasaki/autoware_tools/issues/137>`_)
* Fixed the node search method
* Added a comment
---------
* feat: add "skip_plt_show" arg to plotter (`#136 <https://github.com/sasakisasaki/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/sasakisasaki/autoware_tools/issues/95>`_)
* feat(autoware_debug_tools): processing time total processing tree (`#92 <https://github.com/sasakisasaki/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/sasakisasaki/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/sasakisasaki/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/sasakisasaki/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/sasakisasaki/autoware_tools/issues/86>`_)
* feat(autoware_debug_tools): add system_usage_monitor.py (`#85 <https://github.com/sasakisasaki/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/sasakisasaki/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]
12 changes: 12 additions & 0 deletions common/autoware_sample_vehicle_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package autoware_sample_vehicle_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* test(static_centerline_generator): add launch test with autoware_sample_vehicle_launch package (`#190 <https://github.com/sasakisasaki/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
Loading

0 comments on commit 15e0697

Please sign in to comment.