An open API service indexing awesome lists of open source software.

https://github.com/robincpc/nexmotion_api

NexCOBOT NexMotion API :robot:
https://github.com/robincpc/nexmotion_api

api-documentation industrial-robots robot robot-arm

Last synced: about 1 year ago
JSON representation

NexCOBOT NexMotion API :robot:

Awesome Lists containing this project

README

          

# NexMotion_API
NexCOBOT NexMotion API :robot:

Open Souce C/C++ API of NexMotion

[![Build Status](https://travis-ci.org/RobinCPC/NexMotion_API.svg?branch=master)](https://travis-ci.org/RobinCPC/NexMotion_API)

## Usage
Please visit [User Manual and API reference](https://robincpc.github.io/NexMotion_API/)

## Basic Build Instructions (only for building doxygen document)
``` bash
# Clone this repo.
git clone https://github.com/RobinCPC/NexMotion_API.git
cd NexMotion_API
# Make a build directory:
mkdir -p build && cd build
# Use CMake to generate Makefile:
cmake ..
# Generate Doxygen file
make Doxygen
# HTML document can be found at `./build/docs/html/`
```

## Dependencies
* cmake >= 3.2
* make >= 4.1
* gcc/g++

Optional for building document

* doxygen
* graphviz