Skip to content

Commit

Permalink
fix(tier4_camera_view_rviz_plugin): fix funcArgNamesDifferent warnings (
Browse files Browse the repository at this point in the history
autowarefoundation#7621)

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Jun 22, 2024
1 parent 60c66b8 commit 8b24d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class BirdEyeViewController : public rviz_common::FramePositionTrackingViewContr

void onInitialize() override;

void handleMouseEvent(rviz_common::ViewportMouseEvent & evt) override;
void handleMouseEvent(rviz_common::ViewportMouseEvent & event) override;

void lookAt(const Ogre::Vector3 & point) override;

Expand All @@ -96,7 +96,7 @@ class BirdEyeViewController : public rviz_common::FramePositionTrackingViewContr
void orientCamera();

void setPosition(const Ogre::Vector3 & pos_rel_target);
void move_camera(float x, float y);
void move_camera(float dx, float dy);
void updateCamera();
Ogre::SceneNode * getCameraParent(Ogre::Camera * camera);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ThirdPersonViewController : public rviz_default_plugins::view_controllers:
public:
void onInitialize() override;

void handleMouseEvent(rviz_common::ViewportMouseEvent & evt) override;
void handleMouseEvent(rviz_common::ViewportMouseEvent & event) override;

void lookAt(const Ogre::Vector3 & point) override;

Expand Down

0 comments on commit 8b24d9b

Please sign in to comment.