Skip to content

myhumankit/Niryo-Bravo

Repository files navigation

Niryo-Bravo

Tools to test the Niryo One Python API

Features

  • Expose a Webapp to control the Niryo One from a web browser.

Getting started

Requirements

Install

Upgrade pip and install virtualenv:

$ sudo pip install --upgrade pip
$ sudo pip install virtualenv

Install all the required tools in a virtualenv:

$ make install

Serve

To run the application locally in a development environment:

$ make serve

Usage (Linux)

Lauch a terminal and connect to the Niryo (default password: robotics):

$ ssh niryo@192.168.1.139

Then, lauch the web server:

$ cd dev/Niryo-Bravo/
$ make serve

In another terminal, lauch the webcam server :

$ motion

Just visit http://192.168.1.139:8080 with a web browser to command the robot!

Tech/framework used

Versioning

We use SemVer for versioning. See the CHANGELOG.md file for details.

Contributing

If you'd like to contribute, please raise an issue or fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing

The code in this project is licensed under MIT license. See the LICENSE file for details.

Contributors

About

Tools to test the Niryo One Python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published