Skip to content

Commit eec0432

Browse files
author
Takumi Ito
committed
add copywrite and remove unneeded comment
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
1 parent ac8f592 commit eec0432

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

planning/freespace_planning_algorithms/scripts/bind/astar_search_pybind.cpp

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Copyright 2024 Tier IV, Inc. All rights reserved.
2+
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
#include "freespace_planning_algorithms/astar_search.hpp"
216
#include "freespace_planning_algorithms/abstract_algorithm.hpp"
317
#include <rclcpp/rclcpp.hpp>
@@ -6,14 +20,7 @@
620
#include <geometry_msgs/msg/pose_array.hpp>
721
#include <nav_msgs/msg/occupancy_grid.hpp>
822

9-
1023
#include <pybind11/pybind11.h>
11-
// #include <pybind11/stl.h>
12-
// #include <pybind11/stl_bind.h>
13-
// #include <pybind11/eigen.h>
14-
// #include <pybind11/chrono.h>
15-
// #include <pybind11/complex.h>
16-
// #include <pybind11/functional.h>
1724

1825
using namespace freespace_planning_algorithms;
1926

0 commit comments

Comments
 (0)