We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d90157 commit d164058Copy full SHA for d164058
src/moveit_pro_franka_configs/franka_behaviors/src/franka_grasp_action.cpp
@@ -6,7 +6,7 @@
6
7
namespace
8
{
9
-inline constexpr auto kDescriptionGraspAction = R"(TODO)";
+inline constexpr auto kDescriptionGraspAction = R"(Open and close the Franka onboard 2 finger gripper.)";
10
constexpr auto PortIDActionName = "action_name";
11
constexpr auto kPortIDTimeout = "timeout";
12
constexpr auto kPortIDWidth = "width";
0 commit comments