You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(autoware_scenario_simulator_v2_adapter): apply `autoware_` prefix (see below):
* In this commit, I did not organize a folder structure.
The folder structure will be organized in the next some commits.
* The changes will follow the Autoware's guideline as below:
- https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/ros-nodes/directory-structure/#package-folder
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* rename(scenario_simulator_v2_adapter): move headers under `include/autoware`:
* Fixes due to this changes for .hpp/.cpp files will be applied in the next commit
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* fix(scenario_simulator_v2_adapter): fix include paths
* To follow the previous commit
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* rename: `scenario_simulator_v2_adapter` => `autoware_scenario_simulator_v2_adapter`
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* bug(autoware_scenario_simulator_v2_adapter): revert wrongly updated copyrights
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* bug(autoware_scenario_simulator_v2_adapter): `autoware_` prefix is not needed here
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* bug(autoware_scenario_simulator_v2_adapter): wrong package name in launch side
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
---------
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
Copy file name to clipboardexpand all lines: evaluator/autoware_scenario_simulator_v2_adapter/include/autoware/scenario_simulator_v2_adapter/converter_node.hpp
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright 2023 Tier IV, Inc.
1
+
// Copyright 2023 TIER IV, Inc.
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
@@ -12,8 +12,8 @@
12
12
// See the License for the specific language governing permissions and
0 commit comments