Skip to content

Commit 45eafd9

Browse files
authored
chore: bump version to 0.1.0 (#209)
* remove COLCON_IGNORE Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * unify version to 0.0.0 Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * add changelog Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * 0.1.0 * remove stop_accel_evaluator Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 2c22282 commit 45eafd9

66 files changed

Lines changed: 6843 additions & 330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_dependency_checker
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.1.0 (2025-01-28)
6+
------------------
7+
* unify version to 0.0.0
8+
* feat(dependency_checker): add dependency checker script (`#89 <https://github.com/autowarefoundation/autoware_tools/issues/89>`_)
9+
* add dependency_checker
10+
* fix
11+
* style(pre-commit): autofix
12+
* fix bag
13+
* apply markdownlint
14+
* fix typo
15+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
16+
fix typo
17+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
18+
* add dep ament_cmake
19+
* fix based on shellcheck
20+
* fix words
21+
* add cspell ignore
22+
---------
23+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24+
Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
25+
* Contributors: Masaki Baba, Yutaka Kondo

bag2lanelet/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package bag2lanelet
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.1.0 (2025-01-28)
6+
------------------
7+
* feat(bag2lanelet): add bag2lanelet package (`#6 <https://github.com/autowarefoundation/autoware_tools/issues/6>`_)
8+
* feat(bag2lanelet): add bag2lanelet package
9+
* apply pre-commit
10+
* add maintainer
11+
* fix typo
12+
* fix packages.xml
13+
* style(pre-commit): autofix
14+
---------
15+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16+
* Contributors: Takamasa Horibe

bag2lanelet/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>bag2lanelet</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>The bag2lanelet package</description>
77
<maintainer email="shinnosuke.hirakawa@tier4.jp">Shinnosuke Hirakawa</maintainer>
88
<maintainer email="taiki.tanaka@tier4.jp">Taiki Tanaka</maintainer>
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_debug_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.1.0 (2025-01-28)
6+
------------------
7+
* feat: use autoware_internal_debug_msgs in processing_time_plotter.py (`#184 <https://github.com/autowarefoundation/autoware_tools/issues/184>`_)
8+
* feat: use autoware_internal_debug_msgs in processing_time_plotter.py
9+
* fix typo: argment -> argument
10+
* fix typo: LINESTYLES -> LINE_STYLES
11+
---------
12+
* chore: sync files (`#11 <https://github.com/autowarefoundation/autoware_tools/issues/11>`_)
13+
Co-authored-by: github-actions <github-actions@github.com>
14+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
15+
* feat(autoware_debug_tools): add rosout_log_reconstructor.py (`#160 <https://github.com/autowarefoundation/autoware_tools/issues/160>`_)
16+
* feat(autoware_debug_tools): add rosout_log_reconstructor.py
17+
* update README.md
18+
---------
19+
* fix: to plot "exe_time_ms" of ndt_scan_matcher (`#161 <https://github.com/autowarefoundation/autoware_tools/issues/161>`_)
20+
* Fixed to plot "exe_time_ms" of ndt_scan_matcher
21+
* style(pre-commit): autofix
22+
---------
23+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24+
* Added maintainers (`#162 <https://github.com/autowarefoundation/autoware_tools/issues/162>`_)
25+
* feat(autoware_debug_tools): add topic connection checker (`#132 <https://github.com/autowarefoundation/autoware_tools/issues/132>`_)
26+
* feat: add topic connection checker, first commit as a proposal
27+
* style(pre-commit): autofix
28+
* implement diagnostic based topic settings; implement the topic localization
29+
* temp
30+
* refactor the codes
31+
* add readme for topic connection checker
32+
* test with debug
33+
* style(pre-commit): autofix
34+
* fix flake8
35+
* ignore rviz2 node, ignore hyper-linked files
36+
* style(pre-commit): autofix
37+
---------
38+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
39+
* fix(system_usage_monitor): change the node search method (`#137 <https://github.com/autowarefoundation/autoware_tools/issues/137>`_)
40+
* Fixed the node search method
41+
* Added a comment
42+
---------
43+
* feat: add "skip_plt_show" arg to plotter (`#136 <https://github.com/autowarefoundation/autoware_tools/issues/136>`_)
44+
* Added "skip_plt_show" arg to plotter
45+
* style(pre-commit): autofix
46+
---------
47+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
48+
* feat: enable to choose topic with argument (`#95 <https://github.com/autowarefoundation/autoware_tools/issues/95>`_)
49+
* feat(autoware_debug_tools): processing time total processing tree (`#92 <https://github.com/autowarefoundation/autoware_tools/issues/92>`_)
50+
* feat: add total processing time tree to processing time visualizer
51+
* feat: add percentage of processing time
52+
* feat: add rest of the measured timekeepers
53+
* style(pre-commit): autofix
54+
* feat: print average first and the worst case next
55+
* style(pre-commit): autofix
56+
* feat: refactor processing time tree sum method to summarize_tree
57+
---------
58+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
59+
* feat(autoware_debug_tools): add system performance plotter (`#91 <https://github.com/autowarefoundation/autoware_tools/issues/91>`_)
60+
* feat(autoware_debug_tools): add system performance plotter
61+
* update README
62+
* fix README.md
63+
---------
64+
* feat(processing_time_visualizer): add summarize option (`#90 <https://github.com/autowarefoundation/autoware_tools/issues/90>`_)
65+
* add summarize feature
66+
* add summarize
67+
* style(pre-commit): autofix
68+
* fix typo
69+
* make summarize option dynamic
70+
* apply suggestion
71+
* style(pre-commit): autofix
72+
---------
73+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
74+
Co-authored-by: Y.Hisaki <yhisaki31@gmail.com>
75+
* fix(autoware_debug_tools): the image of system_usage_monitor was wrong (`#87 <https://github.com/autowarefoundation/autoware_tools/issues/87>`_)
76+
* 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>`_)
77+
* feat(autoware_debug_tools): add system_usage_monitor.py (`#85 <https://github.com/autowarefoundation/autoware_tools/issues/85>`_)
78+
* feat(autoware_debug_tools): add system_usage_monitor.py
79+
* publish system usage
80+
---------
81+
* feat(autoware_debug_tools): add processing time visualizer (`#75 <https://github.com/autowarefoundation/autoware_tools/issues/75>`_)
82+
* feat(autoware_debug_tools): add processing time visualizer
83+
* ignore spell check
84+
* update everythings
85+
---------
86+
* Contributors: Masaki Baba, SakodaShintaro, Taekjin LEE, Takayuki Murooka, Yoshi Ri, Yukinari Hisaki, Yuxuan Liu, awf-autoware-bot[bot]

common/autoware_debug_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_debug_tools</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>The autoware_debug_tools package</description>
77
<maintainer email="yhisaki31@gmail.com">Yukinari Hisaki</maintainer>
88
<maintainer email="satoshi.ota@tier4.jp">Satoshi Ota</maintainer>

common/autoware_debug_tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version="0.0.0",
8+
version="0.1.0",
99
packages=find_packages(exclude=["test"]),
1010
data_files=[
1111
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_sample_vehicle_description
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.1.0 (2025-01-28)
6+
------------------
7+
* unify version to 0.0.0
8+
* test(static_centerline_generator): add launch test with autoware_sample_vehicle_launch package (`#190 <https://github.com/autowarefoundation/autoware_tools/issues/190>`_)
9+
* test(static_centerline_generator): add launch test with autoware_sample_vehicle_launch package
10+
* fix
11+
* fix dependency to autoware_launch
12+
---------
13+
* Contributors: Takayuki Murooka, Yutaka Kondo

0 commit comments

Comments
 (0)