Skip to content

Commit

Permalink
refactor: rename node.hpp to radar_tracks_msgs_converter_node.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 24, 2024
1 parent 9a5a093 commit 3b34340
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion perception/radar_tracks_msgs_converter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ autoware_package()

## Targets
ament_auto_add_library(${PROJECT_NAME} SHARED
src/node.cpp
src/radar_tracks_msgs_converter_node.cpp
)

rclcpp_components_register_node(${PROJECT_NAME}
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__RADAR_TRACKS_MSGS_CONVERTER__NODE_HPP_
#define AUTOWARE__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__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/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 3b34340

Please sign in to comment.