Skip to content

Commit

Permalink
Document breaking changes to IFrameTransform methods in YARP 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 31, 2025
1 parent cc2374c commit bd13c4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/release/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ YARP <yarp-3.11> Release Notes
A (partial) list of bug fixed and issues resolved in this release can be found
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+yarp-3.10%22).

Breaking Changes
----------------

### Library

#### `libYARP_dev`

The signature of methods `IFrameTransform::frameExists(const std::string &frame_id)` and `IFrameTransform::canTransform(const std::string &target_frame, const std::string &source_frame)` change to `IFrameTransform::frameExists(const std::string &frame_id, bool& exits)` and `IFrameTransform::canTransform(const std::string &target_frame, const std::string &source_frame, bool& exists)`.

Fixes
-----

Expand Down

0 comments on commit bd13c4b

Please sign in to comment.