OSIRIS agent for ROS2/Humble
Project description
OSIRIS Agent
A ROS2 Humble node that bridges your robot to the OSIRIS remote monitoring platform via WebSocket.
Install
Install the OSIRIS agent on your robot:
pip3 install osiris-agent
Quick Start
1. Add token to your environment
export OSIRIS_AUTH_TOKEN=your-token-here
2. (Optional) Enable behaviour tree collector
If you're using BT.CPP with Groot2 monitoring:
export OSIRIS_BT_COLLECTOR_ENABLED=true
Default host is 127.0.0.1. Default port for server is 1667 and for publisher 1668. To change these:
export OSIRIS_BT_HOST=127.0.0.1
export OSIRIS_BT_SERVER_PORT=1667
export OSIRIS_BT_PUBLISHER_PORT=1668
3. Start agent
osiris_node
Usage & Configuration
Required Environment Variables
OSIRIS_AUTH_TOKEN— Your robot authentication token from the OSIRIS platform
Optional Environment Variables
Behaviour Tree Monitoring (BT.CPP + Groot2):
OSIRIS_BT_COLLECTOR_ENABLED— Set totrueto enable BT.CPP tree monitoring (default:false)OSIRIS_BT_HOST— Groot2 ZMQ host address (default:127.0.0.1)OSIRIS_BT_SERVER_PORT— Groot2 REQ/REP server port (default:1667)OSIRIS_BT_PUBLISHER_PORT— Groot2 PUB/SUB publisher port (default:1668)
BT.CPP Integration
The agent automatically collects behaviour tree events from BT.CPP when OSIRIS_BT_COLLECTOR_ENABLED=true. Your BT.CPP application must:
- Enable Groot2 monitoring in your code
- Use the standard Groot2 ZMQ ports (1667/1668) or configure custom ports via environment variables
The collector uses BT.CPP's standardized Groot2 protocol, so it works with any behaviour tree without custom configuration.
Contributing
Open issues and PRs at: https://github.com/nicolaselielll/osiris_agent
License
Apache-2.0 — see the LICENSE file.
Changelog
See release notes on GitHub Releases for v0.1.0 and future versions.
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 osiris_agent-0.3.74.tar.gz.
File metadata
- Download URL: osiris_agent-0.3.74.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eccedc4b00e65a685d207142c7ae81b9ee094a0b22440eab601772eced6a0bcb
|
|
| MD5 |
1f83647447b0e020d6ac81a7e251cf6a
|
|
| BLAKE2b-256 |
8554605ae32dc07b21dac7c34f40ec24c359a94e73ac0942fd9380d6d31b8696
|
File details
Details for the file osiris_agent-0.3.74-py3-none-any.whl.
File metadata
- Download URL: osiris_agent-0.3.74-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34b123b974ff57ec48fd76d68cb74b07d2c47ca88bd8a048179ce96e7f24bcd5
|
|
| MD5 |
f76684ebf51da09ebfa8d0ef5b41037e
|
|
| BLAKE2b-256 |
5d3e065143081a93378c914c61513471beeedc99b1de8be8798f66d0be0bc08b
|