Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 10, 2024
1 parent 06aa70d commit 9efb556
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoware_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class [LifecycleNode](https://docs.ros2.org/latest/api/rclcpp_lifecycle/classrcl

## Usage

Check the [autoware_test_node](../autoware_test_node/README.md) package for an example of how to use `autoware::Node`.
Check the [autoware_test_node](../../demos/autoware_test_node/README.md) package for an example of how to use `autoware::Node`.

## Design

Expand Down
2 changes: 2 additions & 0 deletions common/autoware_node/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <autoware/node/node.hpp>
#include <rclcpp/rclcpp.hpp>

#include <string>

namespace autoware::node
{
Node::Node(
Expand Down
2 changes: 2 additions & 0 deletions common/autoware_node/test/test_an_init_shutdown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <gtest/gtest.h>

#include <memory>

class AutowareNodeInitShutdown : public ::testing::Test
{
public:
Expand Down

0 comments on commit 9efb556

Please sign in to comment.