We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a18739 + c3fc29d commit 9427908Copy full SHA for 9427908
teb_local_planner/src/teb_local_planner_ros.cpp
@@ -721,9 +721,8 @@ bool TebLocalPlannerROS::transformGlobalPlan(const std::vector<geometry_msgs::ms
721
722
// get plan_to_global_transform from plan frame to global_frame
723
geometry_msgs::msg::TransformStamped plan_to_global_transform = tf_->lookupTransform(
724
- global_frame, tf2_ros::fromMsg(plan_pose.header.stamp),
725
- plan_pose.header.frame_id, tf2::timeFromSec(0),
726
- plan_pose.header.frame_id, tf2::durationFromSec(0.5));
+ global_frame, plan_pose.header.frame_id,
+ tf2::timeFromSec(0), tf2::durationFromSec(0.5));
727
728
// tf_->waitForTransform(global_frame, ros::Time::now(),
729
// plan_pose.header.frame_id, plan_pose.header.stamp,
0 commit comments