Skip to content

dave_demo.launch warning spams #152

@woensug-choi

Description

@woensug-choi

There were TF_REPEATED_DATA spam on the console when running roslaunch dave_demo_launch dave_demo.launch. The spam can be eliminated by 2> >(grep -v TF_REPEATED_DATA) at the end of the launching command as roslaunch dave_demo_launch dave_demo.launch 2> >(grep -v TF_REPEATED_DATA). But still, there were at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp spamming for dave_demo.launch.

[INFO] [1629440622.469918, 0.160000]: Started controllers: /rexrov/oberon7/azimuth/controller, /rexrov/oberon7/shoulder/controller, /rexrov/oberon7/elbow/controller, /rexrov/oberon7/roll/controller, /rexrov/oberon7/pitch/controller, /rexrov/oberon7/wrist/controller
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp

2>/dev/null instead of 2> >(grep -v TF_REPEATED_DATA) would not produce any spam-like warnings.

Should we update our wiki for this?

Related Issues and cards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions