From c6163bfdbf0e56bb67f13b95f004e22b2e299dc6 Mon Sep 17 00:00:00 2001 From: Chris Schindlbeck Date: Fri, 26 Jul 2024 17:03:28 +0200 Subject: [PATCH] Remove additional word 'hardware' in Moveit Controllers section of MoveIt Setup Assistant (#2936) --- .../include/moveit_setup_controllers/moveit_controllers.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.hpp b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.hpp index 6dc958350e..bcaf78297d 100644 --- a/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.hpp +++ b/moveit_setup_assistant/moveit_setup_controllers/include/moveit_setup_controllers/moveit_controllers.hpp @@ -60,8 +60,7 @@ class MoveItControllers : public Controllers std::string getInstructions() const override { - return "Configure controllers to be used in executing trajectories with MoveIt (hardware or simulation)." - "hardware"; + return "Configure controllers to be used in executing trajectories with MoveIt (hardware or simulation)."; } std::string getButtonText() const override