Skip to content

Commit 89b3233

Browse files
committed
feat(surround_obstacle_checker): remove include directory
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 6398f9b commit 89b3233

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

planning/autoware_surround_obstacle_checker/src/debug_marker.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_surround_obstacle_checker/debug_marker.hpp"
15+
#include "debug_marker.hpp"
1616

1717
#include <motion_utils/marker/marker_helper.hpp>
1818
#include <tier4_autoware_utils/geometry/geometry.hpp>

planning/autoware_surround_obstacle_checker/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_surround_obstacle_checker/node.hpp"
15+
#include "node.hpp"
1616

1717
#include <tier4_autoware_utils/geometry/geometry.hpp>
1818
#include <tier4_autoware_utils/ros/update_param.hpp>

0 commit comments

Comments
 (0)