Skip to content

Commit

Permalink
rename component
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Mar 30, 2024
1 parent 4f688ba commit bc31203
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ament_target_dependencies(odom_frame_publisher_component
tf2_geometry_msgs
quaternion_operation)
rclcpp_components_register_nodes(odom_frame_publisher_component
"odom_frame_publisher::NmeaGpsDriverComponent")
"odom_frame_publisher::OdomFramePublisherComponent")

add_executable(odom_frame_publisher_node
src/odom_frame_publisher_node.cpp
Expand All @@ -65,14 +65,8 @@ ament_export_libraries(odom_frame_publisher_component)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# uncomment the line when a copyright and license is not present in all source files
#set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# uncomment the line when this package is not in a git repo
#set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

ament_export_include_directories(include)
ament_package()
ament_package()

0 comments on commit bc31203

Please sign in to comment.