Skip to content

Commit

Permalink
Update changelog and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshasvitirupachuri committed Jun 9, 2021
1 parent c87944a commit 9065070
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `iwear_logger` wrapper device to log wearable sensors data using `yarp-telemetry`. (https://github.com/robotology/wearables/pull/113)
- Added `AddInstallRPATHSupport` cmake module for linking shared objects of private dependencies. (https://github.com/robotology/wearables/pull/113)
- Updated `Paexo` wearable device with 6D force torque sensors implementation using `iFeelDriver`. (https://github.com/robotology/wearables/pull/117)
- Updated `Paexo` wearable device with 6D force torque sensors implementation using `iFeelDriver`. (https://github.com/robotology/wearables/pull/117)
- Updated `Xsens` wearable device with `saveCurrentCalibration` option. (https://github.com/robotology/wearables/pull/120)

## [1.2.1] - 2021-04-12

Expand Down
12 changes: 6 additions & 6 deletions app/xml/XsensSuitWearableDevice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<param name="sampling-rate">120</param>
<!-- Flag to save mvn recording -->
<param name="saveMVNRecording">false</param>
<!-- Flag to save .mvn calibration -->
<param name="saveCurrentCalibration">true</param>
<!-- Quantities to be extracted from the driver for each time sample -->
<!-- Flag to save .mvn calibration -->
<param name="saveCurrentCalibration">true</param>
<!-- Quantities to be extracted from the driver for each time sample -->
<group name="output-stream-configuration">
<param name="enable-joint-data">true</param>
<param name="enable-link-data">true</param>
Expand All @@ -48,7 +48,7 @@
<param name="shoeSoleHeight">0.02</param>
</group>
</device>

<device type="iwear_wrapper" name="XSensSuitDeviceWrapper">
<param name="period">0.01</param>
<param name="dataPortName">/XSensSuit/WearableData/data:o</param>
Expand All @@ -60,7 +60,7 @@
</action>
<action phase="shutdown" level="5" type="detach"/>
</device>

<device type="ixsensmvncontrol_wrapper" name="XSensSuitControl">
<param name="rpcPortName">/XSensSuit/Control/rpc:i</param>
<action phase="startup" level="5" type="attach">
Expand All @@ -70,4 +70,4 @@
</action>
<action phase="shutdown" level="5" type="detach"/>
</device>
</robot>
</robot>

0 comments on commit 9065070

Please sign in to comment.