File tree 2 files changed +4
-4
lines changed
planning/autoware_scenario_selector/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #include " autoware_scenario_selector/ node.hpp"
15
+ #include " node.hpp"
16
16
17
17
#include < lanelet2_extension/utility/message_conversion.hpp>
18
18
#include < lanelet2_extension/utility/query.hpp>
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
16
- #define AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
15
+ #ifndef NODE_HPP_
16
+ #define NODE_HPP_
17
17
18
18
#include < rclcpp/rclcpp.hpp>
19
19
#include < tier4_autoware_utils/ros/published_time_publisher.hpp>
@@ -104,4 +104,4 @@ class ScenarioSelectorNode : public rclcpp::Node
104
104
bool is_parking_completed_;
105
105
};
106
106
} // namespace autoware::scenario_selector
107
- #endif // AUTOWARE_SCENARIO_SELECTOR__NODE_HPP_
107
+ #endif // NODE_HPP_
You can’t perform that action at this time.
0 commit comments