Skip to content

Commit

Permalink
Update src/libraries/icubmod/embObjMais/embObjMais.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
Nicogene and traversaro authored Sep 4, 2023
1 parent 5134c0f commit 25df033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/icubmod/embObjMais/embObjMais.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ bool embObjMais::getEncoderArrayMeasure(size_t sens_index, yarp::sig::Vector& ou
}

size_t embObjMais::getEncoderArraySize(size_t sens_index) const {
if (sens_index >= 1) return 0;
return analogdata.size();
}

Expand Down

0 comments on commit 25df033

Please sign in to comment.