Skip to content

Commit

Permalink
Remove additional word 'hardware' in Moveit Controllers section of Mo…
Browse files Browse the repository at this point in the history
…veIt Setup Assistant
  • Loading branch information
cschindlbeck committed Jul 26, 2024
1 parent 30fbc31 commit 2d8fc54
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d8fc54

Please sign in to comment.