forember / ox-delivery

AFRL/SCARR Boustrophedon/Chinese Postman Libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit ./Leo_libs/src/ReebGraph.cpp, methods printEdges and printVertex.

Latest Version as of: 15/Sept/2016

=====================================================================================
INTRODUCTION
------------
Chinese Postman, Boustrophedon Decomposition, multiple chinese postman algorithms

Structure:
	UseLibs/
	LeoLibs/
	KCPP/
	CPP/
	WayPoints/
	catkin_ws/
	
=====================================================================================
DEPENDENCIES
------------
Boost
=====================================================================================
INSTALLATION
------------
./run_all.sh
=====================================================================================
USAGE
-----

** Command line usage of cpp kcpp algorithms

$INSTALL_DIR/UseLibs/UseLibs $[IMG_DIR] $[IMAGE_NAME] $[number_of_robots] $[algorithm_mode]

[number_of_robots] if 1 Chinese Postman problem will be called

[algorithms_mode] is for selecting the multiple chinese postman algorithm

1 is for CAC algorithm
0 is for CRC algorithm (or so-called FHK)

example:
./UseLibs/UseLibs UseLibs/inputs/ Compare_1.png 2 1


** Stage simulation usage

=====================================================================================
API
---

=====================================================================================
License
-------
=====================================================================================

About

AFRL/SCARR Boustrophedon/Chinese Postman Libraries


Languages

Language:C++ 71.2%Language:Python 14.0%Language:CMake 8.7%Language:Shell 5.2%Language:MATLAB 0.5%Language:Vim Script 0.5%