Skip to content

Commit c4fea4c

Browse files
committed
feat(scenario_selector): remove include directory
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 633d2be commit c4fea4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

planning/autoware_scenario_selector/src/node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware_scenario_selector/node.hpp"
15+
#include "node.hpp"
1616

1717
#include <lanelet2_extension/utility/message_conversion.hpp>
1818
#include <lanelet2_extension/utility/query.hpp>

planning/autoware_scenario_selector/include/autoware_scenario_selector/node.hpp planning/autoware_scenario_selector/src/node.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
16-
#define AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
15+
#ifndef NODE_HPP_
16+
#define NODE_HPP_
1717

1818
#include <rclcpp/rclcpp.hpp>
1919
#include <tier4_autoware_utils/ros/published_time_publisher.hpp>
@@ -104,4 +104,4 @@ class ScenarioSelectorNode : public rclcpp::Node
104104
bool is_parking_completed_;
105105
};
106106
} // namespace autoware::scenario_selector
107-
#endif // AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
107+
#endif // NODE_HPP_

0 commit comments

Comments
 (0)