Skip to content

Commit

Permalink
Fixed missing ros::Time -> rclcpp::Time change from last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed May 27, 2024
1 parent 0dc233c commit 6ccb5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ rtabmap::Transform getTransform(
rtabmap::Transform getMovingTransform(
const std::string & movingFrame,
const std::string & fixedFrame,
const ros::Time & stampFrom,
const ros::Time & stampTo,
const rclcpp::Time & stampFrom,
const rclcpp::Time & stampTo,
tf2_ros::Buffer & tfBuffer,
double waitForTransform);

Expand Down
4 changes: 2 additions & 2 deletions rtabmap_conversions/src/MsgConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2008,8 +2008,8 @@ rtabmap::Transform getTransform(
rtabmap::Transform getMovingTransform(
const std::string & movingFrame,
const std::string & fixedFrame,
const ros::Time & stampFrom,
const ros::Time & stampTo,
const rclcpp::Time & stampFrom,
const rclcpp::Time & stampTo,
tf2_ros::Buffer & tfBuffer,
double waitForTransform)
{
Expand Down

0 comments on commit 6ccb5a0

Please sign in to comment.