mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
ur5 demo: max ik solutions is 8 with UR5
This commit is contained in:
parent
f1039b8c14
commit
557b1cbe16
@ -78,6 +78,7 @@ int main(int argc, char** argv){
|
||||
gengrasp->setObject("object");
|
||||
gengrasp->setGraspOffset(.03);
|
||||
gengrasp->setAngleDelta(-.2);
|
||||
gengrasp->setMaxIKSolutions(8);
|
||||
t.add(gengrasp);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user