Visualizer for robot logger
Project description
🤖 robot-log-visualizer
robot-log-visualizer
implements a python visualizer to display the data logged with
YarpRobotLoggerDevice
application.
📝 Install
Please follow one of the following method to use the software
🐍 Install from pip
with apt python
Install python3
, if not installed (in Ubuntu 20.04):
sudo apt install python3.8 python3-virtualenv swig
Create a virtual environment and activate it. For example:
python3 -m venv visualizer-env
. visualizer-env/bin/activate
Inside the virtual environment, install the library from pip
:
pip install robot-log-visualizer
📦 Use the AppImage
If you are in a Linux distribution you can use the AppImage
.
Please run the following command on your terminal. Remeber to change the version
number in the following command
version=0.6.0
wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
Run the application
./robot-log-visualizer-${version}-x86_64.AppImage
👷 Install latest version (not recommended)
If you want to use the latest feature of the robot-log-visualizer
you can install it with the
following command
python -m pip install git+https://github.com/ami-iit/robot-log-visualizer.git
🏃 Example
Once you have install the robot-log-visualizer
you can run it from the terminal
You can navigate the dataset thanks to the slider or by pressing Ctrl-f
and Ctrl-b
to move
forward and backward.
🐛 Bug reports and support
All types of issues are welcome.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
🧑💻 Maintainers
- Giulio Romualdi (@GiulioRomualdi)
- Paolo Viceconte (@paolo-viceconte)
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
Hashes for robot-log-visualizer-0.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d00dcb4098bd1c11269129ab0db96f9b03fac5bc1fe0d3fc7aad42ce2cd90994 |
|
MD5 | 483635f9c2679d5efde145a749548ac9 |
|
BLAKE2b-256 | 04aee1179cb07a3930e2507897ee2decb4dfc5371d49b9b6c5a35e632afbc7bf |
Hashes for robot_log_visualizer-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8573ee6513893e0c23910fcb3f0c41c3a53677fd1c1339c84a40f0fb7cdba968 |
|
MD5 | 088450d3f9eeb8ec5b20399d740aedf4 |
|
BLAKE2b-256 | c4008db74dab7a5ec68cbd31e64b4592c18b6016495f4062369a3352a770206d |