kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestOctomap.h
1#include <QtTest/QtTest>
2
3class TestOctomap : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testCreationAndRetrieve();
8};
Definition TestOctomap.h:4