| 34 | namespace osvr { |
| 35 | namespace vbtracker { |
| 36 | void VideoBasedTracker::addOculusSensor() { |
| 37 | /// @todo this clearly violates what I expected was the invariant - not |
| 38 | /// sure if it's because of incomplete Oculus information, or due to a |
| 39 | /// misunderstanding of how this all works. |
| 40 | m_led_groups.emplace_back(); |
| 41 | } |
| 42 | void VideoBasedTracker::addSensor(LedIdentifier *identifier, |
| 43 | DoubleVecVec const &m, |
| 44 | std::vector<double> const &d, |