| 114 | } |
| 115 | |
| 116 | void ImuDisplay::update(std::chrono::nanoseconds /* wall_dt */, std::chrono::nanoseconds /* ros_dt */) |
| 117 | { |
| 118 | updateTop(); |
| 119 | updateBox(); |
| 120 | updateAxes(); |
| 121 | updateAcc(); |
| 122 | } |
| 123 | |
| 124 | void ImuDisplay::updateTop() |
| 125 | { |
nothing calls this directly
no outgoing calls
no test coverage detected