Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.9 KB

README.md

File metadata and controls

74 lines (44 loc) · 1.9 KB

RSG adapter for FMPC (Fast Model Predictive Controller)

Overview

RSG adapter for FMPC

Dependencies

Compilation

 $ mkdir build
 $ cd build 
 $ cmake -DCMAKE_INSTALL_PREFIX=$UBX_MODULES/../../ ..
 $ make install

Environment Variables

Please make sure the following environment variables are set. (The should be )

Default variables for Microblox:

Name Description
UBX_ROOT Points to the installation folder of UBX. Used within the CMake scripts to discover the UBX library.
UBX_MODULES Points to the the place where the UBX types, blocks etc. are installed. Used to load the types and modules at run-time

Dependencies to BRICS_3D and HDF5:

Name Description
BRICS_3D_DIR Points to the installation folder of BRICS_3D. Used within the CMake scripts to discover the BRICS_3D library.
FBX_MODULES Points to the the root folder of the BRICS_3D function blocks. Used to discover the rsg lua scripts.

Usage

cf. scripts in https://github.com/blumenthal/ubx_robotscenegraph

Licensing

This software is published under a dual-license: GNU Lesser General Public License LGPL 2.1 and Modified BSD license. The dual-license implies that users of this code may choose which terms they prefer. Please see the files called LGPL-2.1 and BSDlicense.

Impressum

Written by Sebastian Blumenthal ([email protected]) Last update: 05.11.2014