Home
Model Builder Mac OS

Model Builder Mac OS

May 13 2021

Model Builder Mac OS

Please note that Mac OS support of the Robotics Library is in an experimental stage. The following tutorial has only been tested for High Sierra and may need to be adapted for other setups.

Blender is certainly one of the best programs to use on a Mac. It is free, open-source and provides 3D modeling, rigging, animation, simulation, rendering, compositing, motion tracking, video editing. The model number can be found under Settings › About › General. This SDK OS update is only for testing purposes and does not replace your full BlackBerry 10 OS. To revert your BlackBerry 10 device to a public OS release, follow the steps outlined in this Knowledge Base Article. Using BlackBerry Link, you will be able to reload your device. Sleek, Compact, Quiet Design Year 2013-2019 - Model 6,1. Processor: Configure from a 4‑core to 12‑core Intel Xeon E5 v2 Ivy Bridge processor Memory: Configure up to 64GB of DDR3 1866MHz ECC memory or 128GB of DDR3 1066MHz in 4 DIMM slots Graphics: Configure dual AMD Radeon Pro D300 2GB, D500 3GB, or D700 6GB Graphics Storage: Configure up to 8TB of SSD storage.

Prerequisites

In order to compile the dependencies of RL, this tutorial uses the Homebrew project. First, install the Xcode Command Line Tools (CLT) and Homebrew as described on the Homebrew website.

Model builder mac os catalinaModel Builder Mac OS

Add the RL Homebrew repository with the following command.

In order to compile RL, install all of its dependencies from Homebrew with the following command.

In order to generate the API documentation, you need to install the following software packages as well.

For multi core compilation support (e.g., quad core), set these variables before running the other commands.

Building the Robotics Library

Download the source code and additional examples and extract the archives. Open a terminal and change into the directory of the extracted source.

Create a build directory.

New Mac Os 11

Build the library by executing the following commands.

Additionally, the following commands can be used to build the API documentation on demand and to run tests included in the project.

Build Configuration

Mac Os Catalina

You can configure the build process by specifying a number of CMake options. Building of selected libraries, demos, or extra applications can be disabled in order to avoid certain dependencies if they are not required. The following table shows an overview of all RL specific parameters and their default values. These options can be directly appended to the cmake command. For a detailed overview of all options, you can run the interactive interface of CMake ccmake.

Model Builder Mac Os 11

OptionDescriptionValues
-D BUILD_DEMOS=ONEnable/disable building the demo applications.ON/OFF
-D BUILD_DOCUMENTATION=OFFEnable/disable building the API documentation.ON/OFF
-D BUILD_EXTRAS=ONEnable/disable building the extra applications.ON/OFF
-D BUILD_RL_HAL=ONEnable/disable building the RL::HAL library and its dependencies.ON/OFF
-D BUILD_RL_KIN=ONEnable/disable building the RL::KIN library and its dependencies.ON/OFF
-D BUILD_RL_MATH=ONEnable/disable building the RL::MATH library and its dependencies.ON/OFF
-D BUILD_RL_MDL=ONEnable/disable building the RL::MDL library and its dependencies.ON/OFF
-D BUILD_RL_PLAN=ONEnable/disable building the RL::PLAN library and its dependencies.ON/OFF
-D BUILD_RL_SG=ONEnable/disable building the RL::SG library and its dependencies.ON/OFF
-D BUILD_RL_UTIL=ONEnable/disable building the RL::UTIL library and its dependencies.ON/OFF
-D BUILD_RL_XML=ONEnable/disable building the RL::XML library and its dependencies.ON/OFF
-D BUILD_SHARED_LIBS=ONEnable/disable building shared libraries.ON/OFF
-D BUILD_TESTS=ONEnable/disable building the test applications.ON/OFF
-D USE_QT5=ONPrefer Qt5 over Qt4 if available.ON/OFF

Model Builder Mac OS

Leave a Reply

Cancel reply