From 1aa3b1ad245c7d4d89745e3804764f3fa95f1057 Mon Sep 17 00:00:00 2001 From: Casey Jones Date: Thu, 27 Jun 2024 15:53:40 +0300 Subject: [PATCH] README.md: add `message_logger` dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab09b112..410f4005 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ This software is built on the Robotic Operating System ([ROS]), which needs to b - [Grid Map](https://github.com/anybotics/grid_map) (grid map library for mobile robots) - [kindr](http://github.com/anybotics/kindr) (kinematics and dynamics library for robotics), - [kindr_ros](https://github.com/anybotics/kindr_ros) (ROS wrapper for kindr), +- [message_logger](https://github.com/anybotics/message_logger) (interface for message logging), - [Point Cloud Library (PCL)](http://pointclouds.org/) (point cloud processing), - [Eigen](http://eigen.tuxfamily.org) (linear algebra library).