-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
servoarray/src/lib/servoarray.cpp
Lines 34 to 39 in 983a01f
| // TODO: ignore this with warning | |
| throw std::runtime_error("Offset index out of range"); | |
| } | |
| this->offsets_[p.first] = p.second; | |
| } |