Log message length limit
Hi, Does ROS or ROS2 have a limit on the maximum length a log message can have?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, Does ROS or ROS2 have a limit on the maximum length a log message can have?
I would assume something like https://en.cppreference.com/w/cpp/str.... For ROS1 internally https://logging.apache.org/log4cxx/la... is used thus I would assume you could use the maximum string size. Yet I would not recommend this.
Do you have a bug where you expect this to be an issue?
What is the use case you have in mind where such a limit could play a role?
Asked: 2020-12-07 12:14:12 -0600
Seen: 272 times
Last updated: Dec 07 '20
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?
ros2 rttest example build error
ROS 2 Alpha 2 ros1_bridge using DDS between two computers
What are the main changes (improvements) in ROS2?
Does ros have rolling log files/ ability to limit total size ?