GithubHelp home page GithubHelp logo

scottsideleau / moos-ivp-umassd Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 3.6 MB

MOOS-IvP applications and behaviors maintained by UMassD staff and students.

License: Apache License 2.0

CMake 11.55% Shell 28.06% C++ 46.39% Python 2.35% Gnuplot 0.26% C 7.54% Dockerfile 3.86%

moos-ivp-umassd's Introduction

moos-ivp-umassd

MOOS-IvP applications and behaviors maintained by UMassD staff and students.

Directory Structure

The directory structure for moos-ivp-umassd is decribed below:

Directory/File Description
bin/ Directory for generated executable files
build/ Directory for build object files
data/ Directory for storing data
lib/ Directory for generated library files
missions/ Directory for mission files
scripts/ Directory for script files
src/ Directory for source code
build.sh Script for building moos-ivp-umassd
CMakeLists.txt CMake configuration file for the project
LICENSE File containing re-use and distribution terms
README.md Contains helpful information - (this file).

Build Instructions

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:

$ cd build
$ cmake ../
$ make
$ cd ..

Environment variables

The moos-ivp-umassd binaries files should be added to your path to allow them to be launched from pAntler.

export PATH=$PATH:/path/to/moos-ivp-umassd/bin

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.

export IVP_BEHAVIOR_DIRS=$IVP_BEHAVIOR_DIRS:/path/to/moos-ivp-umassd/lib

moos-ivp-umassd's People

Contributors

scottsideleau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.