Feagi agent mycobot to connect feagi with your cobot arm
Project description
Quick start using feagi_agent
git clone https://github.com/feagi/feagi.gitcd feagi/dockerdocker compose -f feagi.yml build- Wait until #3 step is complete.
docker compose -f feagi.yml up- load it in your preferred browser:
http://localhost:3000/genome/mode - Click
Sample Genomes - See Gazebo and brain activity loaded. Feel free to play with your robot!
Any issue? Needs detailed documentation about docker? Deployment documentation
Where is feagi_agent?
feagi_agent allows you to integrate with our FEAGI with your preferred robots.
feagi_agent has been tested on freenove_smart_car, Gazebo, Godot, Tello, and Psychopy.
You can use it on your computer or docker.
What is inside feagi_agent?
There are two large library: feagi_interface and retina. feagi_interface.py handles the bridge between your project and FEAGI. It allows FEAGI to communicate/controls your robot.
retina.py is the vision where it can see things through any type of camera.
configuration.py is REQUIRED
You will need to have your own configuration where you can adjust setting to see the different results. If you don't have one, use the template below:
app_name = 'embodiment'
network_settings = {
"feagi_host": "feagi",
"feagi_api_port": "8000",
'TTL': 2,
'last_message': 0,
}
capabilities = {
"vision": {
"type": "ipu",
"disabled": False,
"count": 1,
"width": 8,
"height": 8,
"deviation_threshold": 0.05,
"retina_width_percent": 60,
"retina_height_percent": 40,
"central_vision_compression": [64, 64],
"peripheral_vision_compression": [8, 8],
"previous_data": {}
}
}
message_to_feagi = {"data": {}}
See examples here:
Where is feagi_agent being used?
It is being used in python code.
Just install through pip.
Windows:
pip install feagi-agent
Linux/Mac:
pip3 install feagi-agent
and after that, you can just use from feagi-agent import feagi_interface
See examples: Tellos' code
Project details
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 feagi_agent_mycobot-0.0.8.tar.gz.
File metadata
- Download URL: feagi_agent_mycobot-0.0.8.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43f1856fa32fcfcf703a3cf3649ff3f63093ce8471b29d5570212ad9b5657d37
|
|
| MD5 |
6471e2d9ac0afefeedb04cc2891a750a
|
|
| BLAKE2b-256 |
156c34c600e301e406f6178096d0d909a39d9db0ba54219ce33dd070f720c763
|
File details
Details for the file feagi_agent_mycobot-0.0.8-py3-none-any.whl.
File metadata
- Download URL: feagi_agent_mycobot-0.0.8-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c595a6db074aeac4a3472221e4d9c72d7fd45f3593429570cb650f7c597948f
|
|
| MD5 |
2aa16d34ee58d12e7eb8e041c622397e
|
|
| BLAKE2b-256 |
f58b85a84a4f4acb6837abf069e023ffcf3f34ed26c3cc46cff29520345f35e3
|