GAVLab/pymoos2

Name: pymoos2

Owner: GAVLab

Description: Patched (Python v2.7.3) version of pyMOOS r16 for GAVLab

Created: 2012-07-31 04:00:17.0

Updated: 2016-04-14 23:24:31.0

Pushed: 2013-03-23 22:05:58.0

Homepage: null

Size: 1064

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GAVLab pyMOOS

CMakeLists.txt has already been patched from r16 of pymoos.

Included is the patch itself for reference in case the need arises, from william's moos-to-ros bridge

Installation

First get MOOS
svn co -r 2354 svn://login2.robots.ox.ac.uk/MOOS/trunk MOOS
cd MOOS
cmake-gui
make
sudo make install

Then install pymoos
git clone https://github.com/GAVLab/pymoos.git
mkdir build && cd build
cmake .. && gksu make
cd .. && gksu python setup.py install

Usage

from pymoos.MOOSCommClient import MOOSCommClient
client = MOOSCommClient()
See examples in python code for further details.

Most current implementation is in the repo survey_gui


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.