Skip to content

Commit 73fd050

Browse files
committed
fix(tier4_planning_rviz_plugin): fix crash on modified goal update
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 833722b commit 73fd050

File tree

1 file changed

+1
-1
lines changed
  • common/tier4_planning_rviz_plugin/src/pose_with_uuid_stamped

1 file changed

+1
-1
lines changed

common/tier4_planning_rviz_plugin/src/pose_with_uuid_stamped/display.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void AutowarePoseWithUuidStampedDisplay::onEnable()
7272

7373
void AutowarePoseWithUuidStampedDisplay::onDisable()
7474
{
75-
unsubscribe();
75+
// unsubscribe();
7676
axes_->getSceneNode()->setVisible(false);
7777
}
7878

0 commit comments

Comments
 (0)