Skip to content

Commit

Permalink
refactor: update include statement for radar_tracks_msgs_converter_no…
Browse files Browse the repository at this point in the history
…de.hpp

Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 25, 2024
1 parent fa5473e commit ec7f987
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,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE__RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_
#define AUTOWARE__RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_
#ifndef AUTOWARE_RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_
#define AUTOWARE_RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_

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

} // namespace autoware::radar_tracks_msgs_converter

#endif // AUTOWARE__RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_
#endif // AUTOWARE_RADAR_TRACKS_MSGS_CONVERTER__RADAR_TRACKS_MSGS_CONVERTER_NODE_HPP_
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/radar_tracks_msgs_converter/radar_tracks_msgs_converter_node.hpp"
#include "autoware_radar_tracks_msgs_converter/radar_tracks_msgs_converter_node.hpp"

#include "autoware/universe_utils/geometry/geometry.hpp"
#include "autoware/universe_utils/math/unit_conversion.hpp"
Expand Down

0 comments on commit ec7f987

Please sign in to comment.