Skip to content
Snippets Groups Projects
Commit c3df2160 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Minor style fix

parent 77a96225
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ namespace GraspStudio
\param timeOutMS The time out in milliseconds. Planning is stopped when this time is exceeded. Disabled when zero.
\return Number of planned grasps.
*/
virtual int plan(int nrGrasps, int timeOutMS = 0, VirtualRobot::SceneObjectSetPtr obstacles = VirtualRobot::SceneObjectSetPtr()) = 0;
virtual int plan(int nrGrasps, int timeOutMS = 0, VirtualRobot::SceneObjectSetPtr obstacles = {}) = 0;
/*!
Returns all grasps that have been generated. These grasps are also stored in the graspSet that was specified on construction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment