mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Fixed Windows build, implemented wifi mapping example in Windows
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -50,6 +50,7 @@ using namespace std;
|
||||
namespace AISNavigation {
|
||||
|
||||
|
||||
typedef unsigned int uint;
|
||||
#define LINESIZE 81920
|
||||
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
typedef unsigned int uint;
|
||||
using namespace std;
|
||||
|
||||
namespace AISNavigation {
|
||||
|
||||
Reference in New Issue
Block a user