fix plan.trajectory

This commit is contained in:
Игорь Брылёв 2024-12-01 16:20:57 +03:00 committed by Bill Finger
parent a925923169
commit b165a07d6a

View file

@ -61,7 +61,7 @@ private:
rt.getRobotTrajectoryMsg(trajectory);
moveit::planning_interface::MoveGroupInterface::Plan plan;
plan.trajectory_ = trajectory;
plan.trajectory = trajectory;
if (fraction > 0) {
RCLCPP_INFO(this->get_logger(), "Planning success");