welcome: please sign in

Revision 4 as of 2010-12-20 23:34:31

Clear message
location: rtslam / Using

Using RT-SLAM

Configuration

There are no configuration files yet. All the constant variables in capital letters defined at the beginning of the file $JAFAR_DIR/modules/rtslam/demo_suite/demo_slam.cpp are open to tuning. Some important ones are described with more details below.

Camera calibration

You have to modify the following lines in order to setup the camera calibration:

   1 const unsigned IMG_WIDTH = 640;
   2 const unsigned IMG_HEIGHT = 480;
   3 const double INTRINSIC[4] = { 306.2969,   264.7741,   499.9177,   494.4829 };
   4 const double DISTORTION[3] = { -0.2293129, 0.08793152, -0.01349877 };

Running the demo

   1 cd $JAFAR_DIR/build/modules/rtslam
   2 demo_suite/<platform>/demo_slam <options>

Program options: