Skip to content

Commit

Permalink
fix compilation in jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed May 1, 2024
1 parent 35d8d66 commit ea32137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataLoadROS2/dataload_ros2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ bool DataLoadROS2::readDataFromFile(PJ::FileLoadInfo* info,
{
continue;
}
const double msg_timestamp = 1e-9 * double(msg->time_stamp); // nanoseconds to seconds
const double msg_timestamp = 1e-9 * double(msg->send_timestamp); // nanoseconds to seconds

//------ progress dialog --------------
if (msg_count++ % 100 == 0)
Expand Down

0 comments on commit ea32137

Please sign in to comment.