-
Notifications
You must be signed in to change notification settings - Fork 673
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
feat: apply autoware_
prefix for default_ad_api_helpers
#9965
Open
sasakisasaki
wants to merge
18
commits into
autowarefoundation:main
Choose a base branch
from
sasakisasaki:feat-apply-autoware-prefix-for-system-default-ad-api-helpers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ebbceb8
feat(default_ad_api_helpers): apply `autoware_` prefix:
sasakisasaki c28a5a0
rename: `default_ad_api_helpers` => `autoware_default_ad_api_helpers`
sasakisasaki bf7afa4
style(pre-commit): autofix
pre-commit-ci[bot] 42ebb2c
Merge branch 'main' into feat-apply-autoware-prefix-for-system-defaul…
sasakisasaki cc08744
Merge branch 'main' into feat-apply-autoware-prefix-for-system-defaul…
sasakisasaki 85d20dd
bug(autoware_default_ad_api_helpers): revert wrongly updated copyrights
sasakisasaki 64f4f39
bug(autoware_default_ad_api_helpers): fix wrong dependencies
sasakisasaki 66fa463
update(autoware_default_ad_api_helpers): `README.md`
sasakisasaki 9853a74
bug(autoware_default_ad_api_helpers): rename folders as follows:
sasakisasaki e4fb780
Merge branch 'feat-apply-autoware-prefix-for-system-default-ad-api-he…
sasakisasaki d8621c8
style(pre-commit): autofix
pre-commit-ci[bot] 4028e12
Merge branch 'main' into feat-apply-autoware-prefix-for-system-defaul…
sasakisasaki 7904b8c
fix(autoware_ad_api_adaptors): fix executable names
sasakisasaki c5249df
Merge branch 'feat-apply-autoware-prefix-for-system-default-ad-api-he…
sasakisasaki 9e82432
replace ad_api with adapi
isamu-takagi fea4931
Merge branch 'main' into feat-apply-autoware-prefix-for-system-defaul…
isamu-takagi 09996e3
fix build error
isamu-takagi d958e90
update pkg name
isamu-takagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
3 changes: 2 additions & 1 deletion
3
...d_api_helpers/ad_api_adaptors/package.xml → ...pers/autoware_ad_api_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_ad_api_adaptors</name> | ||
<version>0.40.0</version> | ||
<description>The ad_api_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> | ||
|
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
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
...e_default_ad_api_helpers/autoware_ad_api_visualizers/launch/ad_api_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_ad_api_visualizers" name="planning_factors" exec="planning_factors"> | ||
<param name="front_offset" value="0.0"/> | ||
</node> | ||
</launch> |
3 changes: 2 additions & 1 deletion
3
...pi_helpers/ad_api_visualizers/package.xml → ...s/autoware_ad_api_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_ad_api_visualizers</name> | ||
<version>0.40.0</version> | ||
<description>The ad_api_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.
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.
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_ad_api/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.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the internal slack, please do not change the names of the executables.