Skip to content

Commit e2accc5

Browse files
authored
fix(tier4_camera_view_rviz_plugin): fix bugprone-parent-virtual-call (autowarefoundation#9815)
* fix:bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:fmt Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 9d5c246 commit e2accc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualization/tier4_camera_view_rviz_plugin/src/third_person_view_controller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void ThirdPersonViewController::handleMouseEvent(rviz_common::ViewportMouseEvent
184184

185185
void ThirdPersonViewController::mimic(rviz_common::ViewController * source_view)
186186
{
187-
FramePositionTrackingViewController::mimic(source_view);
187+
FramePositionTrackingViewController::mimic(source_view); // NOLINT
188188

189189
target_frame_property_->setValue(TARGET_FRAME_START);
190190
getNewTransform();

0 commit comments

Comments
 (0)