Skip to content

Commit

Permalink
Fixed qos_dpeth to qos_depth in MapvizPlugin::LoadQosConfig (swri-rob…
Browse files Browse the repository at this point in the history
  • Loading branch information
rjb0026 authored Aug 11, 2024
1 parent d2242ed commit 102a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapviz/include/mapviz/mapviz_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public Q_SLOTS:

void LoadQosConfig(const YAML::Node& node, rmw_qos_profile_t& qos, const std::string prefix = "") const
{
if (node[prefix + "qos_dpeth"])
if (node[prefix + "qos_depth"])
{
qos.depth = node[prefix + "qos_depth"].as<int>();
}
Expand Down

0 comments on commit 102a288

Please sign in to comment.