Added comment to explain normalization of sensor data
authorAakash Rohra <aakash.r@barrett.com>
Thu, 22 Aug 2019 19:32:24 +0000 (15:32 -0400)
committerAakash Rohra <aakash.r@barrett.com>
Thu, 22 Aug 2019 19:32:24 +0000 (15:32 -0400)
wam_robot/wam_node/src/wam_node.cpp

index b5a0d9b..371b7ef 100644 (file)
@@ -768,6 +768,7 @@ template<size_t DOF>
       std::vector<int> fingerTip = hand->getFingertipTorque();
       Hand::jp_type hi = hand->getInnerLinkPosition(); // get finger positions information
       Hand::jp_type ho = hand->getOuterLinkPosition();
+      //Normalized raw pressure values to interpretable measurements.
       for (int i = 0; i < tps.size(); i++)
       {
         TactilePuck::v_type pressures(tps[i]->getFullData());