Skip to content

crosslore/moos-ivp-reed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##############################################################################
# FILE:        moos-ivp-reed/README
# DATE:        Oct. 6 2016
# DESCRIPTION: Contains important information regarding the moos-ivp-reed
#              repository.
##############################################################################

#=============================================================================
# Introduction
#=============================================================================
The moos-ivp-reed repository the work done for Sam Reed's Nautical Chart 
   Awareness MOOS work.


#=============================================================================
# Directory Structure
#=============================================================================
The directory structure for the moos-ivp-extend is decribed below:

bin              - Directory for generated executable files
build            - Directory for build object files
build.sh         - Script for building moos-ivp-extend
CMakeLists.txt   - CMake configuration file for the project
data             - Directory for storing data
lib              - Directory for generated library files
missions         - Directory for mission files
README           - Contains helpful information - (this file).
scripts          - Directory for script files
src              - Directory for source code


#=============================================================================
# Build Instructions
#=============================================================================
#--------------------
# Linux and Mac Users
#--------------------

To build on Linux and Apple platforms, execute the build script within this
directory:

   $ ./build.sh

To build without using the supplied script, execute the following commands
within this directory:

   $ mkdir -p build
   $ cd build
   $ cmake ../
   $ make
   $ cd ..


#--------------
# Windows Users
#--------------
To build on Windows platform, open CMake using your favorite shortcut. Then 
set the source directory to be this directory and set the build directory
to the "build" directory inside this directory.

The source directory is typically next to the question:
   "Where is the source code?"

The build directory is typically next to the question:
   "Where to build the binaries?"

Alternatively, CMake can be invoked via the command line. However, you must
specify your gernerator. Use "cmake --help" for a list of generators and
additional help.

#=============================================================================
# Environment variables
#=============================================================================
The moos-ivp-reed binaries files should be added to your path to allow them
to be launched from pAntler. 

In order for generated IvP Behaviors to be recognized by the IvP Helm, you
should add the library directory to the "IVP_BEHAVIOR_DIRS" environment 
variable.

#=============================================================================
# Dependances
#=============================================================================
GDAL - For both python and C++ (http://www.gdal.org/)
pymoos - Python MOOS bindings (https://github.com/themoos/python-moos)
strtk - Tool to assist in csv parsing (https://github.com/ArashPartow/strtk)


##############################################################################
#                               END of README
##############################################################################

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.9%
  • Makefile 8.4%
  • Python 4.3%
  • CMake 2.0%
  • Shell 0.7%
  • C 0.6%
  • Objective-C 0.1%