ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is not an answer to the question, but if you want to just avoid the error and analyze the code output on terminal, then you can hide the error using below command at the end of the original command:

2> >(grep -v TF_REPEATED_DATA buffer_core)

Reference: #467

This is not an answer to the question, but if you just want to just avoid the error warning and analyze the code output on terminal, then you can hide hide the error warning using the below command at the end of the original command:

2> >(grep -v TF_REPEATED_DATA buffer_core)

Reference: #467