Skip to content

Commit

Permalink
Merge branch 'ros2:rolling' into rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevenpmwork authored Dec 16, 2024
2 parents ebfada8 + dd82e84 commit 6e4c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_subscription_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void sub_data_handler(z_loaned_sample_t * sample, void * data)
sub_data->add_new_message(
std::make_unique<SubscriptionData::Message>(
slice,
z_timestamp_ntp64_time(z_sample_timestamp(sample)),
std::chrono::system_clock::now().time_since_epoch().count(),
std::move(attachment)),
topic_name);
}
Expand Down

0 comments on commit 6e4c2a0

Please sign in to comment.