Skip to content

Commit

Permalink
fix: fix paths for header files
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Dec 12, 2024
1 parent 5edc5d6 commit 8aba5d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/control.hpp"
#include "autoware/core_component_interface_specs/control.hpp"
#include "gtest/gtest.h"

TEST(control, interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/localization.hpp"
#include "autoware/core_component_interface_specs/localization.hpp"
#include "gtest/gtest.h"

TEST(localization, interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/map.hpp"
#include "autoware/core_component_interface_specs/map.hpp"
#include "gtest/gtest.h"

TEST(map, interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/perception.hpp"
#include "autoware/core_component_interface_specs/perception.hpp"
#include "gtest/gtest.h"

TEST(perception, interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/planning.hpp"
#include "autoware/core_component_interface_specs/planning.hpp"
#include "gtest/gtest.h"

TEST(planning, interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/component_interface_specs/vehicle.hpp"
#include "autoware/core_component_interface_specs/vehicle.hpp"
#include "gtest/gtest.h"

TEST(vehicle, interface)
Expand Down

0 comments on commit 8aba5d9

Please sign in to comment.