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 f49880c commit 85c93dbCopy full SHA for 85c93db
rviz_default_plugins/src/rviz_default_plugins/tools/pose_estimate/initial_pose_tool.cpp
@@ -76,7 +76,10 @@ void InitialPoseTool::onInitialize()
76
{
77
PoseTool::onInitialize();
78
qos_profile_property_->initialize(
79
- [this](rclcpp::QoS profile) {this->qos_profile_ = profile;});
+ [this](rclcpp::QoS profile) {
80
+ this->qos_profile_ = profile;
81
+ updateTopic();
82
+ });
83
setName("2D Pose Estimate");
84
updateTopic();
85
}
0 commit comments