Header Files Not Included #4655
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I assume you are building with |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I am building with <?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>parking_space_planner</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="cemtolga2000@gmail.com">cem</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>autoware_cmake</buildtool_depend>
<depend>autoware_auto_planning_msgs</depend>
<depend>freespace_planning_algorithms</depend>
<depend>geometry_msgs</depend>
<depend>motion_utils</depend>
<depend>nav_msgs</depend>
<depend>planning_test_utils</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>route_handler</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tier4_autoware_utils</depend>
<depend>tier4_planning_msgs</depend>
<depend>vehicle_info_util</depend>
<depend>visualization_msgs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_ros</test_depend>
<test_depend>autoware_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package> |
Beta Was this translation helpful? Give feedback.

I kinda solved the problem. It was related with the order of my workspace and it looks like it is working rn. Thank you so much for your help.