Usage

Worked motorcortex-python examples, from a first connection to robot control and a deployable client application.

Using Motorcortex-python clients you can create applications that interact with Motorcortex applications. This chapter works through connecting, reading and writing data, controlling a robot, and building a deployable client application.

Prerequisites

These examples use the basic Motorcortex Anthropomorphic Robot application. You can download it from the Motorcortex Store and follow along. Make sure the application is running and that you can connect to it with Motorcortex Desk.

  • Fundamentals

    The three fundamental operations of motorcortex-python: connecting, listening for data, and sending values.

  • Client app Tools

    Tools for building a Motorcortex-python client application: the template, its configuration, custom buttons, the watchdog, the error handler, and deployment.

  • Robot Control

    This chapter will show the add-on package motorcortex-robot-control-python.