-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README update and some cleanups. (#120)
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
- Loading branch information
1 parent
7529e87
commit 4d186fa
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# rcl_logging_noop | ||
|
||
Package supporting an implementation of no-op logging functionality. | ||
|
||
[rcl_logging_noop](src/rcl_logging_noop.cpp) logging interface implementation can: | ||
- initialize | ||
- log a message | ||
- set the logger level | ||
- shutdown | ||
|
||
## Build | ||
|
||
Currently there is no way to select the logging interface implementation without building [rcl](https://github.com/ros2/rcl) with target logging interface implementation. | ||
|
||
```bash | ||
export RCL_LOGGING_IMPLEMENTATION=rcl_logging_noop | ||
colcon build --symlink-install --cmake-clean-cache --packages-select rcl_logging_noop rcl | ||
``` |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters