Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telemetryDeviceDumper: refactor variables names in order to be compatible with robot-log-visualizer #166

Merged
merged 5 commits into from
May 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Nicogene committed May 4, 2022
commit c5644dc6db90ac938012fd9bca22386f07607bdb
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -40,8 +40,9 @@ The dependencies are:
- [matio-cpp](https://github.com/dic-iit/matio-cpp#installation) (minimum version 0.1.1)
- [nlohmann_json](https://github.com/nlohmann/json#integration) (minimum version 3.10.0)
- [Catch2](https://github.com/catchorg/Catch2.git) (v2.13.1, for the unit tests)

The optional dependencies are:
- [YARP](https://www.yarp.it/git-master/install.html) (minimum version 3.4.0)
- [YARP](https://www.yarp.it/git-master/install.html) (minimum version 3.5.0)

### Linux/macOS
```