Skip to content

Commit

Permalink
Merge pull request #39 from OUXT-Polaris/fix/component_name
Browse files Browse the repository at this point in the history
rename component
  • Loading branch information
hakuturu583 authored Mar 30, 2024
2 parents 4f688ba + bc31203 commit ad8e299
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 ad8e299

Please sign in to comment.