Skip to content

Commit

Permalink
fix:fmt
Browse files Browse the repository at this point in the history
Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 committed Dec 27, 2024
1 parent b7b27a8 commit 7e4a7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void ThirdPersonViewController::handleMouseEvent(rviz_common::ViewportMouseEvent

void ThirdPersonViewController::mimic(rviz_common::ViewController * source_view)
{
FramePositionTrackingViewController::mimic(source_view); // NOLINT
FramePositionTrackingViewController::mimic(source_view); // NOLINT

Check warning on line 187 in visualization/tier4_camera_view_rviz_plugin/src/third_person_view_controller.cpp

View check run for this annotation

Codecov / codecov/patch

visualization/tier4_camera_view_rviz_plugin/src/third_person_view_controller.cpp#L187

Added line #L187 was not covered by tests

target_frame_property_->setValue(TARGET_FRAME_START);
getNewTransform();
Expand Down

0 comments on commit 7e4a7de

Please sign in to comment.