You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const std::string instructions = "Press x,y,z to increase the respective translational axes, a,b,c to increase the rotational axes, 0 for reset and q for quit.";
76
+
const std::string instructions = "Press x,y,z to increase the respective translational axes, a,b,c to increase the "
77
+
"rotational axes, 0 for reset and q for quit.";
76
78
urcl::vector6d_t local_ft_vec = g_FT_VEC;
77
79
while (g_RUNNING)
78
80
{
@@ -235,8 +237,7 @@ int main(int argc, char* argv[])
235
237
}
236
238
237
239
// Enable using the force-torque input through RTDE in the robot controller
0 commit comments