Skip to content

tony-johnson/ToyOCSBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A toy simulation of the OCS-bridge+MCM for developing MCM logic and testing OCS interface.

To build:

git clone https://github.com/tony-johnson/ToyOCSBridge.git
cd ToyOCSBridge
mvn install

To run GUI without OCS interface:

mvn "-Dexec.args=-classpath %classpath toyocsbridge.ToyOCSBridge" -Dexec.executable=java org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

To run complete simulation including OCS interface:

mvn "-Dexec.args=-classpath %classpath toyocsbridge.OCSInterface" -Dexec.executable=java org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

Requires: Java >=8 and mvn >=3.0.4

To setup OpenSpliceDDS:

git clone https://github.com/lsst-ts/ts_opensplice.git
cd ts_opensplice/OpenSpliceDDS/V6.4.1/HDE/x86_64.linux
export OSPL_HOME=`pwd`
source release.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages