Skip to content

Commit

Permalink
Fix bug related to prepare_data() method calling in blf-joints-grid-p…
Browse files Browse the repository at this point in the history
…osition-tracking application (#895)
  • Loading branch information
fils99 authored Oct 1, 2024
1 parent d7025e9 commit 3f19707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project are documented in this file.

### Fixed
- Bug fix of `JointTorqueControlDevice` device (https://github.com/ami-iit/bipedal-locomotion-framework/pull/890)
- Bug fix of `prepare_data` method calling in `joints-grid-position-tracking` (https://github.com/ami-iit/bipedal-locomotion-framework/pull/895)

## [0.19.0] - 2024-09-06
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ def main():
):
raise RuntimeError("Unable to set the references")

if not vectors_collection_server.prepare_data():
raise RuntimeError("Unable to prepare the data")
vectors_collection_server.prepare_data()

vectors_collection_server.clear_data()

Expand Down

0 comments on commit 3f19707

Please sign in to comment.