Skip to content

Commit

Permalink
add set/get control gain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Pham committed Jul 10, 2024
1 parent 84198ee commit e32d2ce
Show file tree
Hide file tree
Showing 10 changed files with 877 additions and 332 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

python/.idea/
**/.idea/
**/.venv/
**/.ipynb_checkpoints/
**/__pycache__/
5 changes: 4 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/neuromeka_robot_clients.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ This package provides client protocols for users to interact with Neuromeka's ro

## Installation

### Python
You can install the package from PyPI:

```bash
pip install neuromeka
```

### C++
TBD

## Usage
The package contatins the following client classes:

### Python
Python `neuromeka` package contatins the following client classes:

* IndyDCP3 in indydcp3.py
* IndyEye in eye.py
Expand All @@ -37,7 +43,13 @@ eye = IndyEye("192.168.0.12")
ecat = EtherCAT("192.168.0.11")
```

### C++
TBD


## Dependencies

### Python
This package requires the following dependencies:

* grpcio
Expand All @@ -51,8 +63,11 @@ This package requires the following dependencies:

These dependencies will be automatically installed when you install the package using pip.

### C++
TBD

## Examples
Please refer to the 'example.py' file in the package for usage examples.
Please refer to the 'python/examples' folder in the package for Python usage examples.

## Support
If you encounter any issues or need help, please open an issue on the project's repository.
Expand Down
3 changes: 0 additions & 3 deletions gitignore.txt

This file was deleted.

74 changes: 0 additions & 74 deletions python/README.md

This file was deleted.

Loading

0 comments on commit e32d2ce

Please sign in to comment.