Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Takagi, Isamu <[email protected]>
  • Loading branch information
2 people authored and xmfcx committed Dec 4, 2024
1 parent f0af7f4 commit 1200ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/autoware_glog_component/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
target_link_libraries(${PROJECT_NAME} glog::glog)

rclcpp_components_register_node(${PROJECT_NAME}
PLUGIN "GlogComponent"
PLUGIN "autoware::glog_component::GlogComponent"
EXECUTABLE ${PROJECT_NAME}_node
)

Expand Down
2 changes: 1 addition & 1 deletion common/autoware_glog_component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When you load the `glog_component` in container, the launch file can be like bel
```py
glog_component = ComposableNode(
package="autoware_glog_component",
plugin="GlogComponent",
plugin="autoware::glog_component::GlogComponent",
name="glog_component",
)

Expand Down

0 comments on commit 1200ad5

Please sign in to comment.