Skip to content

Commit

Permalink
fix(radar_fusion_to_detected_object): move headers to a separate dire…
Browse files Browse the repository at this point in the history
…ctory

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Dec 19, 2023
1 parent a4ef3a0 commit 008aa51
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "message_filters/subscriber.h"
#include "message_filters/sync_policies/approximate_time.h"
#include "message_filters/synchronizer.h"
#include "radar_fusion_to_detected_object.hpp"
#include "radar_fusion_to_detected_object/radar_fusion_to_detected_object.hpp"
#include "rclcpp/rclcpp.hpp"

#include "autoware_auto_perception_msgs/msg/detected_objects.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "radar_fusion_to_detected_object.hpp"
#include "radar_fusion_to_detected_object/radar_fusion_to_detected_object.hpp"

#include <tier4_autoware_utils/geometry/geometry.hpp>
#include <tier4_autoware_utils/math/normalization.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "radar_object_fusion_to_detected_object/radar_object_fusion_to_detected_object_node.hpp"
#include "radar_fusion_to_detected_object/radar_object_fusion_to_detected_object_node.hpp"

#include "rclcpp/rclcpp.hpp"

Expand Down

0 comments on commit 008aa51

Please sign in to comment.