Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent 5edc5d6 commit 3f92a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions common/autoware_core_component_interface_specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This package defines the standardized component interface specifications for Aut
## Purpose

The purpose of this package is to:

- Provide a single source of truth for component interface definitions
- Ensure consistency across different implementations
- Facilitate modular development and component interchangeability
Expand All @@ -13,6 +14,7 @@ The purpose of this package is to:
## Structure

The package contains interface specifications for various components, including:

- Message definitions
- Service interfaces
- Action interfaces
2 changes: 1 addition & 1 deletion common/autoware_core_component_interface_specs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<depend>autoware_planning_msgs</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>rcl</depend>
<depend>rclcpp</depend>
<depend>rosidl_runtime_cpp</depend>
<depend>sensor_msgs</depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@

TEST(control, interface)
{

}

0 comments on commit 3f92a0e

Please sign in to comment.