Skip to content

Commit

Permalink
Merge pull request #2446 from pattacini/fix/deprecate-old-networks-fo…
Browse files Browse the repository at this point in the history
…rmat

Deprecate old networks format
  • Loading branch information
drdanz authored Jan 12, 2021
2 parents 4dc5722 + b8a1853 commit 700e2db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions doc/release/yarp_3_4/fix_deprecate-old-networks-format.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
fix_deprecate-old-networks-format.md {#yarp_3_4}
---------------

### device

#### `ControlBoardWrapper`

* Deprecated old format of `networks` keyword in the XML files to favor the use of parentheses.
4 changes: 2 additions & 2 deletions src/devices/ControlBoardWrapper/ControlBoardWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class MultiJointData
* \code{.xml}
* <paramlist name="networks">
* <!-- elem name hereafter are custom names that live only in this file, they are used in the attach phase -->
* <elem name="FirstSetOfJoints"> 0 3 0 3 </elem>
* <elem name="SecondSetOfJoints"> 4 6 0 2 </elem>
* <elem name="FirstSetOfJoints"> (0 3 0 3) </elem>
* <elem name="SecondSetOfJoints"> (4 6 0 2) </elem>
* </paramlist>
*
* <param name="period"> 20 </param>
Expand Down

0 comments on commit 700e2db

Please sign in to comment.