Skip to content
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(autoware_test_utils): porting autoware_test_utils from universe to core #172

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions build_depends.repos
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,19 @@ repositories:
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs
version: main
autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs
version: main
autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension
version: main
autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension
version: main
autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs
version: main
Comment on lines +22 to +29
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are duplicated.

Suggested change
autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension
version: main
autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs
version: main

186 changes: 0 additions & 186 deletions common/autoware_test_utils/CHANGELOG.rst
NorahXiong marked this conversation as resolved.
Outdated
Show resolved Hide resolved

This file was deleted.

8 changes: 2 additions & 6 deletions common/autoware_test_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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_test_utils</name>
<version>0.40.0</version>
<version>0.0.0</version>
<description>ROS 2 node for testing interface of the nodes in planning module</description>
<maintainer email="[email protected]">Kyoichi Sugahara</maintainer>
<maintainer email="[email protected]">Takamasa Horibe</maintainer>
Expand All @@ -18,17 +18,13 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>autoware_component_interface_specs</depend>
<depend>autoware_component_interface_utils</depend>
<depend>autoware_control_msgs</depend>
<depend>autoware_adapi_v1_msgs</depend>
<depend>autoware_internal_planning_msgs</depend>
<depend>autoware_lanelet2_extension</depend>
<depend>autoware_map_msgs</depend>
<depend>autoware_perception_msgs</depend>
<depend>autoware_planning_msgs</depend>
<depend>autoware_pyplot</depend>
<depend>autoware_utils</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>lanelet2_io</depend>
<depend>nav_msgs</depend>
<depend>rclcpp</depend>
Expand Down
Loading