Skip to content

Commit

Permalink
Merge pull request #20 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Remove quotes from thrift commands for compatibility with YARP 3.5.100
  • Loading branch information
traversaro authored Nov 23, 2021
2 parents 5a513a0 + bc63062 commit 2a18b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Fixed
- Fixed compatibility with YARP 3.5.100 (https://github.com/robotology/idyntree-yarp-tools/pull/20).

## [0.0.2] - 2021-07-09

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service VisualizerCommands

/**
* Attempt to reconnect to the robot.
* @return A status message. "[ok]" in case of success
* @return A status message. `[ok]` in case of success
*/
string reconnectToRobot();

Expand Down

0 comments on commit 2a18b32

Please sign in to comment.