Skip to content

Commit

Permalink
refactor: move the 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 1134289 commit 52581c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#ifndef AUTOWARE_TRACKING_OBJECT_MERGER__UTILS__UTILS_HPP_
#define AUTOWARE_TRACKING_OBJECT_MERGER__UTILS__UTILS_HPP_

// #include <autoware/universe_utils/autoware_universe_utils.hpp>
#include "autoware/universe_utils/geometry/geometry.hpp"

#include <rclcpp/rclcpp.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define EIGEN_MPL2_ONLY

#include "autoware_tracking_object_merger/decorative_tracker_merger_node.hpp"
#include "decorative_tracker_merger_node.hpp"

#include "autoware_tracking_object_merger/association/solver/ssp.hpp"
#include "autoware_tracking_object_merger/utils/utils.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_TRACKING_OBJECT_MERGER__DECORATIVE_TRACKER_MERGER_NODE_HPP_
#define AUTOWARE_TRACKING_OBJECT_MERGER__DECORATIVE_TRACKER_MERGER_NODE_HPP_
#ifndef DECORATIVE_TRACKER_MERGER_NODE_HPP_
#define DECORATIVE_TRACKER_MERGER_NODE_HPP_

#include "autoware/universe_utils/ros/debug_publisher.hpp"
#include "autoware/universe_utils/ros/published_time_publisher.hpp"
Expand Down Expand Up @@ -133,4 +133,4 @@ class DecorativeTrackerMergerNode : public rclcpp::Node

} // namespace autoware::tracking_object_merger

#endif // AUTOWARE_TRACKING_OBJECT_MERGER__DECORATIVE_TRACKER_MERGER_NODE_HPP_
#endif // DECORATIVE_TRACKER_MERGER_NODE_HPP_

0 comments on commit 52581c9

Please sign in to comment.