Skip to content

Releases: robotology/robometry

v1.2.4

22 May 11:36
bb2ea36
Compare
Choose a tag to compare

What's Changed

  • Added error message in case a leaf name is empty by @S-Dafarra in #189

Full Changelog: v1.2.3...v1.2.4

v1.2.3

28 Feb 15:51
c97a0e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Sep 14:45
6f17680
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Jun 14:16
a91f30e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

31 Aug 08:21
8110ecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Jun 09:37
442c37e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 May 13:17
Compare
Choose a tag to compare

What's Changed

How to migrate from YARP_telemetry to robometry

CMake

-     find_package(YARP COMPONENTS telemetry)
+     find_package(robometry)
-     find_package(YARP_telemetry)
+     find_package(robometry)
-     target_link_libraries(foo PUBLIC YARP::YARP_telemetry)
+     target_link_libraries(foo PUBLIC robometry::robometry)

C++

-     using namespace yarp::telemetry::experimental;
+     using namespace robometry;
-     #include <yarp/telemetry/experimental/BufferManager.h>
+     #include <robometry/BufferManager.h>

Full Changelog: v0.5.1...v1.0.0

v0.5.1

06 May 08:42
fe8e77b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 May 10:50
Compare
Choose a tag to compare

What's Changed

  • Fix conda CI by @Nicogene in #158
  • Add yarp_robot_name variable in the saved mat file by @GiulioRomualdi in #162
  • Add the possibility to store the elements_names for each channel by @GiulioRomualdi in #161
  • Add the possibility to store channels of different types by @S-Dafarra in #168
  • Fixed bug preventing the save of files when multiple channels are empty. by @S-Dafarra in #169
  • Attempt to fix clang compilation issue. by @S-Dafarra in #170
  • Make YARP_telemetry, tests and examples yarp-free by @Nicogene in #171
  • telemetryDeviceDumper: refactor variables names in order to be compatible with robot-log-visualizer by @Nicogene in #166

Full Changelog: v0.4.0...v0.5.0

v0.4.0

22 Feb 11:12
1913338
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0