Skip to content

Commit

Permalink
Fixed camera info warning (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Mar 26, 2024
1 parent 801e510 commit ed7b8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class RVIZ_DEFAULT_PLUGINS_PUBLIC CameraInfoDisplay
void reset() override;

protected:
void processMessage(const sensor_msgs::msg::CameraInfo::ConstSharedPtr msg);
void processMessage(const sensor_msgs::msg::CameraInfo::ConstSharedPtr msg) override;

void update(float wall_dt, float ros_dt) override;
bool isSameCameraInfo(
Expand Down

0 comments on commit ed7b8aa

Please sign in to comment.