Skip to content

Commit

Permalink
Add some basic debug text
Browse files Browse the repository at this point in the history
Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de>
  • Loading branch information
LoyVanBeek committed Oct 18, 2021
1 parent 9150c48 commit 7c4ae65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameter_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ int main(int argc, char * argv[])
try {
if (topics[i].hasMember("qos"))
{
printf("Setting up QoS for '%s'\n", topic_name.c_str());
auto qos_settings = qos_from_params(topics[i]["qos"]);
ros1_bridge::BridgeHandles handles = ros1_bridge::create_bidirectional_bridge(
ros1_node, ros2_node, "", type_name, topic_name, queue_size, qos_settings);
Expand Down

0 comments on commit 7c4ae65

Please sign in to comment.