Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nav2_util/include/nav2_util/robot_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace nav2_util
* @param tf_buffer TF buffer to use for the transformation
* @param global_frame Frame to transform into
* @param robot_frame Frame to transform from
* @param transform_timeout TF Timeout to use for transformation
* @param transform_timeout How long to wait for the target frame. When value is zero the functions does not block.
* @return bool Whether it could be transformed successfully
*/
bool getCurrentPose(
Expand All @@ -53,7 +53,7 @@ bool getCurrentPose(
* @param transformed_pose Output transformation
* @param tf_buffer TF buffer to use for the transformation
* @param target_frame Frame to transform into
* @param transform_timeout TF Timeout to use for transformation
* @param transform_timeout How long to wait for the target frame. When value is zero the functions does not block.
* @return bool Whether it could be transformed successfully
*/
bool transformPoseInTargetFrame(
Expand Down
Loading