Skip to content

Commit

Permalink
Update STYLE_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Nov 21, 2019
1 parent abb3e29 commit a8702b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Each source file should have a global static constant logger, we use <b>LOGGER</
The logger name consists of two parts <b>LIBRARY_NAME.SOURCE_NAME</b> e.g.

`static const rclcpp::Logger LOGGER = rclcpp::get_logger("LIBRARY_NAME.SOURCE_NAME");`

You could find the `LIBRARY_NAME` inside the `CMakeLists.txt` file of a package `set(MOVEIT_LIB_NAME LIBRARY_NAME)`

0 comments on commit a8702b5

Please sign in to comment.