Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Aug 8, 2023
1 parent 89fdb5f commit bc74937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ PlayOptions get_play_options_from_node_params(std::shared_ptr<rclcpp::Node> node
"loop",
false);

auto topic_remapping_options = node->declare_parameter<double>(
auto topic_remapping_options = node->declare_parameter<std::vector<std::string>>(
"topic_remapping_options",
std::vector<std::string>());

Expand Down

0 comments on commit bc74937

Please sign in to comment.