Client library for Fourier GRx series robots
Project description
fourier-grx-client
This is the client library for the Fourier GRX robot. The correponding server library can be found here.
Installation
[!IMPORTANT] This software is highly unstable and subject to change at any time. Version 0.1.5 is only compatible with
fourier-grxversionv0.1.1-rc.6.
On the robot
On the robot, install fourier-grx==0.1.0rc6 following the instructions here.
On your local machine:
Install from pypi
Run:
pip install fourier-grx-client==0.1.5
Install from source
git clone https://github.com/FFTAI/fourier-grx-client.git
cd fourier-grx-client
pip install -e .
Usage
First make sure you know the IP address of the robot server and the namespace it is running on. Then you can create a client object like this:
from fourier_grx_client import *
r = RobotClient(namespace="gr/my_awesome_robot", server_ip="192.168.6.6")
[!TIP] For more information on the API, see the API Reference.
Development
- Install the
pdmpackage manager:
pip install pdm
- use
pdmto install the package and all development dependencies:
pdm install -v -d
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fourier_grx_client-0.1.5.tar.gz.
File metadata
- Download URL: fourier_grx_client-0.1.5.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.10.14 Linux/6.8.0-40-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52c3ee11b307c25ed93d2c9d04ad538ce00d982f4e69d72e689d450fda4af437
|
|
| MD5 |
87a95a3d674a409c7a0f888d4f8b7693
|
|
| BLAKE2b-256 |
24d9b08046ba626fb89aad0738a5d1ae0c2eca0c44462443149cc31d738ce9cc
|
File details
Details for the file fourier_grx_client-0.1.5-py3-none-any.whl.
File metadata
- Download URL: fourier_grx_client-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.10.14 Linux/6.8.0-40-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
885a3dd9980ef54f1614696c3f2cf0920529e1d2b24c07e8e91333ef93fa9aa6
|
|
| MD5 |
9da312100b6dc21c4a33aa1c05d30748
|
|
| BLAKE2b-256 |
a7ed71fa25146579ec5f5eb546f758e09c8c567485f9c38ca480f0edcd1126da
|