Skip to content

Commit

Permalink
Fixed crash on DepthCloud plugin (#1161)
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 5, 2024
1 parent a59b751 commit 92023c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ void DepthCloudDisplay::subscribe()
std::bind(&DepthCloudDisplay::processDepthMessage, this, std::placeholders::_1));
}
}
subscription_start_time_ = rviz_ros_node_->get_raw_node()->now();
} catch (const image_transport::TransportLoadException & e) {
setStatus(
rviz_common::properties::StatusProperty::Error, "Message",
Expand Down

0 comments on commit 92023c9

Please sign in to comment.