Skip to content

Commit 584fd1b

Browse files
fix: call update_value_type in onInitialize (#36)
1 parent 5d3d4f0 commit 584fd1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autoware_localization_rviz_plugin/src/colored_pose_with_covariance_history/colored_pose_with_covariance_history_display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ void ColoredPoseWithCovarianceHistory::onInitialize()
101101
}
102102

103103
property_value_topic_->initialize(node_abstraction);
104+
update_value_type();
104105
}
105106

106107
void ColoredPoseWithCovarianceHistory::onEnable()

0 commit comments

Comments
 (0)