Skip to content

Commit

Permalink
Fix time-syncing message (ros-visualization#1121) (ros-visualization#…
Browse files Browse the repository at this point in the history
…1123)

Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
(cherry picked from commit dffc11df2a639d509a9bc9798fe2c3660efeae5a)

Co-authored-by: Alejandro Hernández Cordero <alejandro@openrobotics.org>
  • Loading branch information
mergify[bot] and ahcorde authored Jan 12, 2024
1 parent 58bf3c2 commit c6c705e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ bool CameraDisplay::updateCamera()
if (timeDifferenceInExactSyncMode(image, rviz_time)) {
setStatus(
StatusLevel::Warn, TIME_STATUS,
QString("Time-syncing active and no image at timestamp ") + rviz_time.nanoseconds() + ".");
QString("Time-syncing active and no image at timestamp ") +
QString::number(rviz_time.nanoseconds()) + ".");
return false;
}

Expand Down

0 comments on commit c6c705e

Please sign in to comment.