Skip to content

Commit

Permalink
refactor(component_interface_tools): prefix package and namespace wit…
Browse files Browse the repository at this point in the history
…h autoware (#9093)

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored Oct 21, 2024
1 parent 06adbc4 commit a303f36
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(component_interface_tools)
project(autoware_component_interface_tools)

find_package(autoware_cmake REQUIRED)
autoware_package()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# component_interface_tools
# autoware_component_interface_tools

This package provides the following tools for component interface.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<launch>
<node pkg="autoware_component_interface_tools" exec="service_log_checker_node"/>
</launch>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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>component_interface_tools</name>
<name>autoware_component_interface_tools</name>
<version>0.1.0</version>
<description>The component_interface_tools package</description>
<description>The autoware_component_interface_tools package</description>
<maintainer email="[email protected]">Takagi, Isamu</maintainer>
<license>Apache License 2.0</license>

Expand Down

This file was deleted.

0 comments on commit a303f36

Please sign in to comment.