Skip to content

Commit

Permalink
remove output port for virtualJointKinSensors
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti committed Jul 3, 2019
1 parent dbb7b7e commit 01d9fe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions devices/IWearRemapper/src/IWearRemapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,7 @@ void IWearRemapper::onRead(msg::WearableData& receivedWearData)
for (auto& s : receivedWearData.virtualJointKinSensors) {
const auto& inputSensorName = s.first;
const auto& wearDataInputSensor = s.second;
// ==========================
// FORWARD TO THE OUTPUT PORT
// ==========================
auto& wearData = pImpl->outputPortWearData.prepare();
wearData.virtualJointKinSensors[inputSensorName] = wearDataInputSensor;

// ====================
// EXPOSE THE INTERFACE
// ====================
Expand Down

0 comments on commit 01d9fe6

Please sign in to comment.