... | ... | @@ -92,8 +92,8 @@ Then you can compile. |
|
|
* Go to the build folder of LMGC90
|
|
|
* Open cmake-gui and set the following options:
|
|
|
* set EXT_MBS_VERSION to *Robotran*
|
|
|
* set EXT_MBS_FILE with the path `....../mbsysC/MBsysC/build/mbs_add_on/mbs_lmgc/Robotran_Lmgc90.cfg`
|
|
|
* Alternatively, in the command line: `cmake . -DEXT_MBS_VERSION=Robotran -DEXT_MBS_FILE=....../mbsysC/MBsysC/build/mbs_add_on/mbs_lmgc/Robotran_Lmgc90.cfg`
|
|
|
* set EXT_MBS_FILE with the path `....../mbsysc/MBsysC/build/mbs_add_on/mbs_lmgc/Robotran_Lmgc90.cfg`
|
|
|
* Alternatively, in the command line: `cmake . -DEXT_MBS_VERSION=Robotran -DEXT_MBS_FILE=....../mbsysc/MBsysC/build/mbs_add_on/mbs_lmgc/Robotran_Lmgc90.cfg`
|
|
|
* re-Compile LMGC90: `make`
|
|
|
|
|
|
## Compiling a Robotran project: the MultiplePendulum example
|
... | ... | @@ -140,8 +140,8 @@ LMGC90 project. |
|
|
* Adapt options:
|
|
|
* Open cmake-gui
|
|
|
* check FLAG_SEPARATE_BUILD and click configure
|
|
|
* In the field LibRobotranC_DIR, set the path to MBsysC: `....../mbsysC/MBsysC/build`
|
|
|
* Alternatively, in the command line: `cmake .. -DFLAG_SEPARATE_BUILD=ON -DROBOTRAN_SOURCE_DIR=....../mbsysC/MBsysC`
|
|
|
* In the field LibRobotranC_DIR, set the path to MBsysC: `....../mbsysc/MBsysC/build`
|
|
|
* Alternatively, in the command line: `cmake .. -DFLAG_SEPARATE_BUILD=ON -DROBOTRAN_SOURCE_DIR=....../mbsysc/MBsysC`
|
|
|
* Compile: `make`
|
|
|
* Go to the work/lmgc90 folder: `cd my/mbs/folder/Robot-TTT/workR/lmgc90`
|
|
|
* Add the MBS-DEM coupling and the python interface of MBsysC to the
|
... | ... | |