https://github.com/advrhumanoids/xbotlogger
Package providing a simple, RT safe, logging utility. It supports both console logging and logging of data to a .mat file.
https://github.com/advrhumanoids/xbotlogger
Last synced: 3 days ago
JSON representation
Package providing a simple, RT safe, logging utility. It supports both console logging and logging of data to a .mat file.
- Host: GitHub
- URL: https://github.com/advrhumanoids/xbotlogger
- Owner: ADVRHumanoids
- License: lgpl-3.0
- Created: 2018-01-24T10:17:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T11:20:32.000Z (about 8 years ago)
- Last Synced: 2025-09-09T00:26:26.072Z (9 months ago)
- Language: C++
- Size: 57.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XBotLogger
Package providing a simple, RT safe, logging utility. It supports both console logging and logging of data to a .mat file.
# Installation
1) `sudo apt-get install libmatio-dev`
2) standard cmake build flow
# Using *XBotLogger* in external CMake project
1) `find_package(XBotLogger REQUIRED)`
2) `include_directories(${XBotLogger_INCLUDE_DIRS})`
3) `target_link_libraries(TargetName ${XBotLogger_LIBRARIES})`
# More information...
Check the **[wiki](https://github.com/ADVRHumanoids/XBotLogger/wiki)** page!