You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pyniryo

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyniryo

Package to control Niryo Robot "Ned" through TCP

1.2.0
pipPyPI
Maintainers
2

pyniryo

.. contents:: Table of Contents :backlinks: none

Installation

PyNiryo is distributed on PyPI <https://pypi.org>_ as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.5+

.. code-block:: bash

$ pip install pyniryo

Documentation

PyNiryo allows to write simple script in Python in order to control Niryo's robots

.. code-block:: python

from pyniryo import *

robot = NiryoRobot("10.10.10.10")

robot.calibrate_auto()

robot.move(JointsPosition(0.2, -0.3, 0.1, 0.0, 0.5, -0.8))

To see more examples or learn more about the available functions, full documentation is available at http://archive-docs.niryo.com/dev/pyniryo

License

PyNiryo is distributed under the terms of GNU General Public License v3.0 <https://choosealicense.com/licenses/gpl-3.0>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts