Skip to content

Commit 60e1e5f

Browse files
committed
List alternatives
1 parent 792f1a6 commit 60e1e5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ logger.info("Values: {}", std::vector{1, 2, 3, 4});
9999
100100
See [demo_ros2_fmt_logger.cpp](demo/demo_ros2_fmt_logger.cpp) for more examples.
101101
102+
## Alternatives
103+
104+
- *[ros2_logging_fmt](https://github.com/facontidavide/ros2_logging_fmt)* similar idea, different implementation
105+
- *[rclcpp_logging](https://github.com/ros2/rclcpp/blob/rolling/rclcpp/include/rclcpp/logging.hpp)* official ROS 2 logging library
106+
- *[rosfmt](https://github.com/xqms/rosfmt)* ROS 1 package for fmt-style logging
107+
102108
## Credits
103109
104110
<!-- markdownlint-disable MD033 -->

0 commit comments

Comments
 (0)