Skip to content

Commit

Permalink
refactor: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapaspyros committed Dec 5, 2024
1 parent 2c6399c commit 35283ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,10 @@ class BaseControllerInterface : public controller_interface::ControllerInterface
* if the lookupTransform call failed
* @return If it exists, the requested transform
*/

[[nodiscard]] geometry_msgs::msg::TransformStamped lookup_ros_transform(
const std::string& frame, const std::string& reference_frame, const tf2::TimePoint& time_point,
const tf2::Duration& duration);

/**
* @brief Helper function to send a vector of transforms through a transform broadcaster
* @tparam T The type of the broadcaster (tf2_ros::TransformBroadcaster or tf2_ros::StaticTransformBroadcaster)
Expand Down

0 comments on commit 35283ae

Please sign in to comment.