Skip to content

Commit

Permalink
refactor: move node header to src
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 26, 2024
1 parent f347234 commit f6bf208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_simple_object_merger/simple_object_merger_node.hpp"
#include "simple_object_merger_node.hpp"

#include <geometry_msgs/msg/pose_stamped.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#define AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#ifndef SIMPLE_OBJECT_MERGER_NODE_HPP_
#define SIMPLE_OBJECT_MERGER_NODE_HPP_

#include "autoware/universe_utils/ros/transform_listener.hpp"
#include "rclcpp/rclcpp.hpp"
Expand Down Expand Up @@ -78,4 +78,4 @@ class SimpleObjectMergerNode : public rclcpp::Node

} // namespace autoware::simple_object_merger

#endif // AUTOWARE_SIMPLE_OBJECT_MERGER__SIMPLE_OBJECT_MERGER_NODE_HPP_
#endif // SIMPLE_OBJECT_MERGER_NODE_HPP_

0 comments on commit f6bf208

Please sign in to comment.