Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pollen-robotics/reachy2_hdf5_recorder


https://github.com/pollen-robotics/reachy2_hdf5_recorder

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reachy2 hdf5 recorder

Records through SDK.
Right now there are issues with the trunk camera, so it needs to be plugged to the computer running the script.

## Installation

```bash
pip install -r requirements.txt
```

Not available on pypi, so you need to install the following packages manually:
- pollen-vision on branch develop https://github.com/pollen-robotics/pollen-vision, only extra [depthai_wrapper] needed
- reachy2_sdk https://github.com/pollen-robotics/reachy2-sdk
- install https://github.com/pollen-robotics/gst-signalling-py

## For gstreamer stuff
If on ubuntu 22.04, [compile gstreamer](gstreamer_stuff/compile_gstreamer.md) manually to have the right version : 1.22.8

On higher versions of ubuntu, you can install gstreamer through apt https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c

TODO list plugins to install

## Usage

```bash
python3 _record_episode_hdf5.py -n -l --robot_ip
```

All recordings will be saved in `./data/`

For a given session, the script will create new episodes each time it is called in `./data/.hdf5`