projects
/
barrett-ros-pkg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1b1ab
)
Added comment to explain normalization of sensor data
author
Aakash Rohra
<aakash.r@barrett.com>
Thu, 22 Aug 2019 19:32:24 +0000
(15:32 -0400)
committer
Aakash Rohra
<aakash.r@barrett.com>
Thu, 22 Aug 2019 19:32:24 +0000
(15:32 -0400)
wam_robot/wam_node/src/wam_node.cpp
patch
|
blob
|
history
diff --git
a/wam_robot/wam_node/src/wam_node.cpp
b/wam_robot/wam_node/src/wam_node.cpp
index
b5a0d9b
..
371b7ef
100644
(file)
--- a/
wam_robot/wam_node/src/wam_node.cpp
+++ b/
wam_robot/wam_node/src/wam_node.cpp
@@
-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());