Skip to content

Commit

Permalink
ControlBoardWrapper: restored checkMotionDoneGroup that was commented…
Browse files Browse the repository at this point in the history
… out
  • Loading branch information
Alberto Cardellino committed Jul 12, 2014
1 parent e9b8d16 commit 0b37ca8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ bool CommandsHelper::respond(const yarp::os::Bottle& cmd,
}
break;

/* case VOCAB_MOTION_DONE_GROUP:
case VOCAB_MOTION_DONE_GROUP:
{
bool x = false;
int len = cmd.get(2).asInt();
Expand All @@ -2403,7 +2403,7 @@ bool CommandsHelper::respond(const yarp::os::Bottle& cmd,
delete[] jointList;
}
break;
*/

case VOCAB_MOTION_DONES:
{
bool x = false;
Expand Down

0 comments on commit 0b37ca8

Please sign in to comment.