-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junya Sasaki <[email protected]> Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
9c39d3f
commit cacab80
Showing
38 changed files
with
67 additions
and
64 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 |
---|---|---|
|
@@ -212,9 +212,9 @@ system/autoware_default_adapi/** [email protected] ryohsuke.mitsudome@tier4. | |
system/autoware_processing_time_checker/** [email protected] [email protected] | ||
system/autoware_bluetooth_monitor/** [email protected] [email protected] | ||
system/component_state_monitor/** [email protected] | ||
system/default_ad_api_helpers/ad_api_adaptors/** [email protected] [email protected] [email protected] | ||
system/default_ad_api_helpers/ad_api_visualizers/** [email protected] [email protected] [email protected] | ||
system/default_ad_api_helpers/automatic_pose_initializer/** [email protected] [email protected] [email protected] | ||
system/autoware_default_adapi_helpers/autoware_adapi_adaptors/** [email protected] [email protected] [email protected] | ||
system/autoware_default_adapi_helpers/autoware_adapi_visualizers/** [email protected] [email protected] [email protected] | ||
system/autoware_default_adapi_helpers/autoware_automatic_pose_initializer/** [email protected] [email protected] [email protected] | ||
system/diagnostic_graph_aggregator/** [email protected] | ||
system/diagnostic_graph_utils/** [email protected] | ||
system/autoware_dummy_diag_publisher/** [email protected] [email protected] | ||
|
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
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
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
File renamed without changes.
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
File renamed without changes.
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
5 changes: 3 additions & 2 deletions
5
...d_api_helpers/ad_api_adaptors/package.xml → ...lpers/autoware_adapi_adaptors/package.xml
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ad_api_adaptors</name> | ||
<name>autoware_adapi_adaptors</name> | ||
<version>0.40.0</version> | ||
<description>The ad_api_adaptors package</description> | ||
<description>The adapi_adaptors package</description> | ||
<maintainer email="[email protected]">Takagi, Isamu</maintainer> | ||
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer> | ||
<maintainer email="[email protected]">Yukihiro Saito</maintainer> | ||
<maintainer email="[email protected]">Junya Sasaki</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
|
4 changes: 2 additions & 2 deletions
4
...aptors/schema/ad_api_adaptors.schema.json → ...daptors/schema/adapi_adaptors.schema.json
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
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
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
File renamed without changes.
File renamed without changes.
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
5 changes: 5 additions & 0 deletions
5
...ult_adapi_helpers/autoware_adapi_visualizers/launch/autoware_adapi_visualizers.launch.xml
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,5 @@ | ||
<launch> | ||
<node pkg="autoware_adapi_visualizers" name="planning_factors" exec="planning_factors"> | ||
<param name="front_offset" value="0.0"/> | ||
</node> | ||
</launch> |
5 changes: 3 additions & 2 deletions
5
...pi_helpers/ad_api_visualizers/package.xml → ...rs/autoware_adapi_visualizers/package.xml
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ad_api_visualizers</name> | ||
<name>autoware_adapi_visualizers</name> | ||
<version>0.40.0</version> | ||
<description>The ad_api_visualizers package</description> | ||
<description>The adapi_visualizers package</description> | ||
<maintainer email="[email protected]">Takagi, Isamu</maintainer> | ||
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer> | ||
<maintainer email="[email protected]">Yukihiro Saito</maintainer> | ||
<maintainer email="[email protected]">Junya Sasaki</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<exec_depend>autoware_adapi_v1_msgs</exec_depend> | ||
|
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
system/autoware_default_adapi_helpers/autoware_adapi_visualizers/setup.cfg
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,4 @@ | ||
[develop] | ||
script_dir=$base/lib/adapi_visualizers | ||
[install] | ||
install_scripts=$base/lib/adapi_visualizers |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
simplefilter("ignore", category=SetuptoolsDeprecationWarning) | ||
simplefilter("ignore", category=PkgResourcesDeprecationWarning) | ||
|
||
package_name = "ad_api_visualizers" | ||
package_name = "autoware_adapi_visualizers" | ||
|
||
setup( | ||
name=package_name, | ||
|
@@ -22,10 +22,10 @@ | |
zip_safe=True, | ||
maintainer="Takagi, Isamu", | ||
maintainer_email="[email protected]", | ||
description="The ad_api_visualizers package", | ||
description="The adapi_visualizers package", | ||
license="Apache License 2.0", | ||
tests_require=["pytest"], | ||
entry_points={ | ||
"console_scripts": ["planning_factors = ad_api_visualizers.planning_factors:main"], | ||
"console_scripts": ["planning_factors = autoware_adapi_visualizers.planning_factors:main"], | ||
}, | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
..._helpers/autoware_automatic_pose_initializer/launch/automatic_pose_initializer.launch.xml
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,6 @@ | ||
<launch> | ||
<group> | ||
<push-ros-namespace namespace="default_adapi/helpers"/> | ||
<node pkg="autoware_automatic_pose_initializer" exec="autoware_automatic_pose_initializer_node"/> | ||
</group> | ||
</launch> |
3 changes: 2 additions & 1 deletion
3
...rs/automatic_pose_initializer/package.xml → ...re_automatic_pose_initializer/package.xml
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>automatic_pose_initializer</name> | ||
<name>autoware_automatic_pose_initializer</name> | ||
<version>0.40.0</version> | ||
<description>The automatic_pose_initializer package</description> | ||
<maintainer email="[email protected]">Takagi, Isamu</maintainer> | ||
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer> | ||
<maintainer email="[email protected]">Yukihiro Saito</maintainer> | ||
<maintainer email="[email protected]">Junya Sasaki</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
|
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
5 changes: 0 additions & 5 deletions
5
system/default_ad_api_helpers/ad_api_visualizers/launch/ad_api_visualizers.launch.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...lt_ad_api_helpers/automatic_pose_initializer/launch/automatic_pose_initializer.launch.xml
This file was deleted.
Oops, something went wrong.