This system utilizes the salient regions that are recognized by the localization system to direct the robot's heading.

Here we mostly deal with tools and implementation details that are too specific for our lab (both hardware and software), and are not included in the papers.

To Do

improvements:

(trans, vel) of (1.0,0.0) means same number of ticks left and right (no need to worry about slippage).

  (trans, vel) of (0.0,1.0) means same number of ticks left and right but in opposite direction (no need to worry about slippage). 

IEEE-TRobotics data to take:

To Do

Environment Information

The steps to create an environment information (map and landmark database) is the following:

$ bin/beobot-GSnav –ip-port=9791

 $ bin/beobot-GSnav-dorsal --ip-port=9792
 $ bin/beobot-GSnav-master 
    --in=../data/logs/DATE_OF_FRAMES_TAKEN/image_000000000#.ppm 
    --input-frames=START-END@1Hz train ../data/SITE/SITE.env 
    #segment 
    current_segment_number 
    --beowulf-slaves=bx4:9791,bx4:9792 
    --ip-port=9790 
    SITE_current_segment_number

make sure the image size is 160×120

Gist Segment Estimation Training Process

The following are the few steps:

In the end we have the following files in the same environment SITE folder (for example we have ACB, AnFpark, FDFpark for the PAMI 2007 paper):

Back to Software System