Fixed Windows build, implemented wifi mapping example in Windows

This commit is contained in:
Mathieu Labbé
2015-03-25 16:30:05 -04:00
parent 19d6da9035
commit 2cc853b507
9 changed files with 208 additions and 48 deletions

View File

@@ -62,6 +62,7 @@ namespace rtabmap
CameraRGBD::CameraRGBD(float imageRate, const Transform & localTransform, float fx, float fy, float cx, float cy) :
_imageRate(imageRate),
_localTransform(localTransform),
_mirroring(false),
_frameRateTimer(new UTimer()),
_fx(fx),
_fy(fy),

View File

@@ -50,6 +50,7 @@ using namespace std;
namespace AISNavigation {
typedef unsigned int uint;
#define LINESIZE 81920

View File

@@ -46,6 +46,7 @@
#include <sstream>
#include <string>
typedef unsigned int uint;
using namespace std;
namespace AISNavigation {