Skip to content

Commit a6ecd7c

Browse files
committed
Also updated the example
1 parent f035960 commit a6ecd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/instruction_executor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ int main(int argc, char* argv[])
105105
// goal time parametrization -- acceleration and velocity will be ignored
106106
instruction_executor->moveL({ -0.203, 0.463, 0.559, 0.68, -1.083, -2.076 }, 0.1, 0.1, goal_time_sec);
107107

108-
instruction_executor->moveP({ -0.203, 0.263, 0.559, 0.68, -1.083, -2.076 }, 1.5, 1.5);
108+
instruction_executor->moveP({ -0.203, 0.463, 0.759, 0.68, -1.083, -2.076 }, 1.5, 1.5);
109109

110110
g_my_robot->ur_driver_->stopControl();
111111
return 0;
112-
}
112+
}

0 commit comments

Comments
 (0)