Skip to content

Commit

Permalink
Hiding warning message related to issue ros2#159: ros2#159
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenanapu committed Apr 16, 2019
1 parent f684d95 commit f3b1e9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dynamic_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ void update_bridge(
bridge.ros2_type_name, topic_name, 10,
bridge.ros1_type_name, topic_name, 10);
} catch (std::runtime_error & e) {

if (topic_name == "/rosout"){
// https://github.com/ros2/ros1_bridge/issues/159#issuecomment-483635518
continue;
}

fprintf(
stderr,
"failed to create 2to1 bridge for topic '%s' "
Expand Down

0 comments on commit f3b1e9b

Please sign in to comment.