Skip to content

Commit

Permalink
Remove yarp::dev::RemoteControlBoard::setPositionDirectMode(int)
Browse files Browse the repository at this point in the history
Unused, doesn't belong to any controlboard interface, leads to confusion
due to the recent deletion of IPositionDirect::setPositionDirectMode.
  • Loading branch information
PeterBowman committed May 19, 2017
1 parent 68a986f commit ed21bfb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2838,11 +2838,6 @@ class yarp::dev::RemoteControlBoard :
return setControlMode(j,VOCAB_CM_POSITION);
}

bool setPositionDirectMode(int j)
{
return setControlMode(j,VOCAB_CM_POSITION_DIRECT);
}

bool setVelocityMode(int j)
{
return setControlMode(j,VOCAB_CM_VELOCITY);
Expand Down

0 comments on commit ed21bfb

Please sign in to comment.