Skip to content

Commit 29713ff

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 29713ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/tier4_planning_rviz_plugin/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>The tier4_planning_rviz_plugin package</description>
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<maintainer email="takayuki.murooka@tier4.jp">Takayuki Murooka</maintainer>
9+
<maintainer email="mamoru.sobue@tier4.jp">Mamoru Sobue</maintainer>
910
<license>Apache License 2.0</license>
1011

1112
<buildtool_depend>ament_cmake</buildtool_depend>

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)