Skip to content

Commit

Permalink
fix(tier4_planning_rviz_plugin): fix crash on modified goal update
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Mar 4, 2024
1 parent 833722b commit 73fd050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void AutowarePoseWithUuidStampedDisplay::onEnable()

void AutowarePoseWithUuidStampedDisplay::onDisable()
{
unsubscribe();
// unsubscribe();
axes_->getSceneNode()->setVisible(false);
}

Expand Down

0 comments on commit 73fd050

Please sign in to comment.