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

After some more searching, I discovered this issue has already been addressed for melodic. The global parameter /rosout_disable_topic_generation can be used to make the topic lists empty. Or, the /rosout/omit_topics parameter will prevent the list from appearing in rosout.log at all.

Relevant PRs:

  • https://github.com/ros/ros_comm/pull/1241
  • https://github.com/ros/ros_comm/pull/1234

After some more searching, I discovered this issue has already been addressed for melodic. The global parameter /rosout_disable_topic_generation/rosout_disable_topics_generation can be used to make the topic lists empty. Or, the /rosout/omit_topics parameter will prevent the list from appearing in rosout.log at all.

Relevant PRs:

  • https://github.com/ros/ros_comm/pull/1241
  • https://github.com/ros/ros_comm/pull/1234