Skip to content

Commit

Permalink
Comment out use of VOCAB_CM_OPENLOOP macro
Browse files Browse the repository at this point in the history
Scheduled for removal at YARP 2.3.70, see:

roboticslab-uc3m/questions-and-answers#16
  • Loading branch information
PeterBowman committed May 13, 2017
1 parent 4991b02 commit 99471bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/RlPlugins/ravebot/IControlMode2Impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ bool RaveBot::setControlMode(const int j, const int mode) {
return setImpedancePositionMode(j);
case VOCAB_CM_IMPEDANCE_VEL:
return setImpedanceVelocityMode(j);
case VOCAB_CM_OPENLOOP:
return setOpenLoopMode(j);
//case VOCAB_CM_OPENLOOP:
// return setOpenLoopMode(j);
default:
return false; // unrecognized/unsupported
}
Expand Down

0 comments on commit 99471bf

Please sign in to comment.