Skip to content

Commit

Permalink
fix typename in static bridge (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Aug 2, 2019
1 parent ba41e1e commit 57ebd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main(int argc, char * argv[])
// bridge one example topic
std::string topic_name = "chatter";
std::string ros1_type_name = "std_msgs/String";
std::string ros2_type_name = "std_msgs/String";
std::string ros2_type_name = "std_msgs/msg/String";
size_t queue_size = 10;

auto handles = ros1_bridge::create_bidirectional_bridge(
Expand Down

0 comments on commit 57ebd13

Please sign in to comment.