Skip to content

Commit

Permalink
make the arm move slower
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Jun 20, 2023
1 parent 65698ec commit 7b474e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class GrasperModule : public RFModule, public rpc_IDL {
for (auto poly:polys) {
ICartesianControl* iarm;
poly->view(iarm);
iarm->setTrajTime(.6);
iarm->setTrajTime(2.);
}
}

Expand Down

0 comments on commit 7b474e7

Please sign in to comment.