ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
No, I don't believe that is currently supported (as of Kinetic/Melodic).
![]() | 2 | No.2 Revision |
No, I don't believe that is currently supported (as of Kinetic/Melodic).
In Melodic rostopic echo
did get support for a --filter
expression:
--filter=FILTER-EXPRESSION
Python expression to filter messages that are printed.
Expression can use Python builtins as well as m (the
message) and topic (the topic name).
However I don't believe that has access to message metadata (as opposed to the message data itself) which is what you would need.
![]() | 3 | No.3 Revision |
No, I don't believe that is currently supported (as of Kinetic/Melodic).
In Melodic rostopic echo
did get does support for a --filter
expression:
--filter=FILTER-EXPRESSION
Python expression to filter messages that are printed.
Expression can use Python builtins as well as m (the
message) and topic (the topic name).
However I don't believe that has access to message metadata (as opposed to the message data itself) which is what you would need.