Finish off SlamController

This commit is contained in:
Piv
2020-02-09 19:45:16 +10:30
parent 110facb8a3
commit ab885115e3
3 changed files with 40 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ public class ZmqSlamUpdater extends SlamUpdater {
@Override
protected void init() {
super.init();
context = new ZContext();
}