Skip to content

Commit a28d84b

Browse files
committed
Add: Add TODO comment
1 parent 0ce412e commit a28d84b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/servoarray.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ServoArray::ServoArray(const std::string& name, const DriverParams& params, Driv
3131

3232
for (const auto& p : manager.config().offset().offsets()) {
3333
if (p.first >= this->size()) {
34+
// TODO: ignore this with warning
3435
throw std::runtime_error("Offset index out of range");
3536
}
3637

0 commit comments

Comments
 (0)