Skip to content

Commit

Permalink
Fix transform_pose
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Aug 23, 2023
1 parent 22e1985 commit b76f32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_workcell_orchestrator/src/transform_pose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ BT::NodeStatus GetPoseOffset::tick()
}
else
{
lookup_time = this->_node.now();
lookup_time = rclcpp::Time(0); // Get latest available transforms
}

const auto tf_msg = this->_tf2_buffer->lookupTransform(
Expand Down
1 change: 1 addition & 0 deletions nexus_workcell_orchestrator/src/transform_pose.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <behaviortree_cpp_v3/action_node.h>
#include <geometry_msgs/msg/pose.hpp>
#include <geometry_msgs/msg/pose_stamped.hpp>
#include <nexus_capabilities/conversions/pose_stamped.hpp>
#include <rclcpp_lifecycle/lifecycle_node.hpp>
#include <tf2_ros/buffer.h>

Expand Down

0 comments on commit b76f32b

Please sign in to comment.