Skip to content

Commit

Permalink
Fix manipulator name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Nov 13, 2023
1 parent c3e5d31 commit 4e19ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class MoveitExample : public rclcpp::Node
rclcpp::Publisher<moveit_msgs::msg::PlanningScene>::SharedPtr planning_scene_diff_publisher_;
std::shared_ptr<moveit_visual_tools::MoveItVisualTools> moveit_visual_tools_;
const rclcpp::Logger LOGGER = rclcpp::get_logger("moveit_basic_plan");
const std::string PLANNING_GROUP = "lbr_iisy_arm";
const std::string PLANNING_GROUP = "manipulator";
};

#endif // IIQKA_MOVEIT_EXAMPLE__MOVEIT_EXAMPLE_HPP_

0 comments on commit 4e19ee9

Please sign in to comment.