We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3067428 commit 2563242Copy full SHA for 2563242
common/autoware_node/src/node.cpp
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#include "autoware/node/node.hpp"
+#include <autoware/node/node.hpp>
16
17
#include <rclcpp/rclcpp.hpp>
18
common/autoware_test_node/src/test_node.cpp
@@ -27,5 +27,5 @@ TestNode::TestNode(const rclcpp::NodeOptions & options)
27
}
28
} // namespace autoware::test_node
29
30
-#include "rclcpp_components/register_node_macro.hpp"
+#include <rclcpp_components/register_node_macro.hpp>
31
RCLCPP_COMPONENTS_REGISTER_NODE(autoware::test_node::TestNode)
0 commit comments