We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44739e commit eecb168Copy full SHA for eecb168
rviz_default_plugins/src/rviz_default_plugins/tools/pose_estimate/initial_pose_tool.cpp
@@ -77,7 +77,10 @@ void InitialPoseTool::onInitialize()
77
{
78
PoseTool::onInitialize();
79
qos_profile_property_->initialize(
80
- [this](rclcpp::QoS profile) {this->qos_profile_ = profile;});
+ [this](rclcpp::QoS profile) {
81
+ this->qos_profile_ = profile;
82
+ updateTopic();
83
+ });
84
setName("2D Pose Estimate");
85
updateTopic();
86
}
0 commit comments