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 (#2936)
  • Loading branch information
cschindlbeck authored Jul 26, 2024
1 parent 1be9a62 commit c6163bf
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 c6163bf

Please sign in to comment.